Class CaptchaGame.Captcha
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class CaptchaGame.Captcha
- Inheritance
-
CaptchaGame.Captcha
- Inherited Members
-
- Extension Methods
-
Constructors
Captcha(string)
public Captcha(string captcha)
Parameters
captcha
string
Fields
captcha
Field Value
- string
possibles
public static readonly string possibles
Field Value
- string
progress
Field Value
- int
Properties
Complete
public bool Complete { get; }
Property Value
- bool
Methods
GetCaptchaString(int)
public static string GetCaptchaString(int length)
Parameters
length
int
Returns
- string
Try(char)
public bool Try(char inputtedChar)
Parameters
inputtedChar
char
Returns
- bool