C# 클래스 FBClient.Functions

파일 보기 프로젝트 열기: Noxalus/Final-Bomber

공개 메소드들

메소드 설명
CheckChars ( string str ) : bool
HidePassword ( string password ) : string
Shake ( Random random ) : Vector3

메소드 상세

CheckChars() 공개 정적인 메소드

public static CheckChars ( string str ) : bool
str string
리턴 bool

HidePassword() 공개 정적인 메소드

public static HidePassword ( string password ) : string
password string
리턴 string

Shake() 공개 정적인 메소드

public static Shake ( Random random ) : Vector3
random System.Random
리턴 Vector3