C# 클래스 CardsAgainstIRC3.Game.States.Base

상속: State
파일 보기 프로젝트 열기: puckipedia/CardsAgainstIRC

공개 메소드들

메소드 설명
Base ( GameManager manager, int timeout = -1 ) : System
Tick ( ) : void
TimeoutReached ( ) : void

비공개 메소드들

메소드 설명
BotAddCommand ( CommandContext context, IEnumerable arguments ) : void
BotListCommand ( CommandContext context, IEnumerable arguments ) : void
BotRemoveCommand ( CommandContext context, IEnumerable arguments ) : void
BotVoteCommand ( CommandContext context, IEnumerable arguments ) : void
CardAddCommand ( CommandContext context, IEnumerable arguments ) : void
DeckAddCommand ( CommandContext context, IEnumerable arguments ) : void
DeckListCommand ( CommandContext context, IEnumerable arguments ) : void
DeckRemoveCommand ( CommandContext context, IEnumerable arguments ) : void
DeckWeightCommand ( CommandContext context, IEnumerable arguments ) : void
DecksetAddCommand ( CommandContext context, IEnumerable arguments ) : void
DecksetListCommand ( CommandContext context, IEnumerable arguments ) : void
DelayCommand ( CommandContext context, IEnumerable arguments ) : void
JoinCommand ( CommandContext context, IEnumerable arguments ) : void
LeaveCommand ( CommandContext context, IEnumerable arguments ) : void
LimitCommand ( CommandContext context, IEnumerable arguments ) : void
ModeCommand ( CommandContext context, IEnumerable arguments ) : void
PauseCommand ( CommandContext context, IEnumerable arguments ) : void
ResumeCommand ( CommandContext context, IEnumerable arguments ) : void
UndelayCommand ( CommandContext context, IEnumerable arguments ) : void
UserInfoCommand ( CommandContext context, IEnumerable arguments ) : void
UsersCommand ( CommandContext context, IEnumerable arguments ) : void

메소드 상세

Base() 공개 메소드

public Base ( GameManager manager, int timeout = -1 ) : System
manager GameManager
timeout int
리턴 System

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

TimeoutReached() 공개 메소드

public TimeoutReached ( ) : void
리턴 void