C# 클래스 ChessConsole.Utils

파일 보기 프로젝트 열기: Beginner7/Command2

공개 메소드들

메소드 설명
CheckArgs ( int needArgs, int args ) : bool
IsInGame ( ) : bool
IsLoggedIn ( ) : bool
IsNotInGame ( ) : bool
IsNotLoggedIn ( ) : bool
Print ( string toPrint ) : void

메소드 상세

CheckArgs() 공개 정적인 메소드

public static CheckArgs ( int needArgs, int args ) : bool
needArgs int
args int
리턴 bool

IsInGame() 공개 정적인 메소드

public static IsInGame ( ) : bool
리턴 bool

IsLoggedIn() 공개 정적인 메소드

public static IsLoggedIn ( ) : bool
리턴 bool

IsNotInGame() 공개 정적인 메소드

public static IsNotInGame ( ) : bool
리턴 bool

IsNotLoggedIn() 공개 정적인 메소드

public static IsNotLoggedIn ( ) : bool
리턴 bool

Print() 공개 정적인 메소드

public static Print ( string toPrint ) : void
toPrint string
리턴 void