C# Класс CardsAgainstIRC3.Game.States.Base

Наследование: State
Показать файл Открыть проект

Открытые методы

Метод Описание
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