C# Class CardsAgainstIRC3.Game.States.Base

Inheritance: State
Show file Open project: puckipedia/CardsAgainstIRC

Public Methods

Method Description
Base ( GameManager manager, int timeout = -1 ) : System
Tick ( ) : void
TimeoutReached ( ) : void

Private Methods

Method Description
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

Method Details

Base() public method

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

Tick() public method

public Tick ( ) : void
return void

TimeoutReached() public method

public TimeoutReached ( ) : void
return void