C# Class FBClient.Functions

Show file Open project: Noxalus/Final-Bomber

Public Methods

Method Description
CheckChars ( string str ) : bool
HidePassword ( string password ) : string
Shake ( Random random ) : Vector3

Method Details

CheckChars() public static method

public static CheckChars ( string str ) : bool
str string
return bool

HidePassword() public static method

public static HidePassword ( string password ) : string
password string
return string

Shake() public static method

public static Shake ( Random random ) : Vector3
random System.Random
return Vector3