C# 클래스 Jad_Bot.Utilities.UtilityMethods

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot

공개 메소드들

메소드 설명
GetLink ( ) : string
OnConsoleText ( Squishy.Network.StringStream cText ) : void
RandomNumber ( int min, int max ) : int
RandomString ( int size, bool lowerCase ) : string

메소드 상세

GetLink() 공개 정적인 메소드

public static GetLink ( ) : string
리턴 string

OnConsoleText() 공개 정적인 메소드

public static OnConsoleText ( Squishy.Network.StringStream cText ) : void
cText Squishy.Network.StringStream
리턴 void

RandomNumber() 공개 정적인 메소드

public static RandomNumber ( int min, int max ) : int
min int
max int
리턴 int

RandomString() 공개 정적인 메소드

public static RandomString ( int size, bool lowerCase ) : string
size int
lowerCase bool
리턴 string