C# Class CardsAgainstIRC3.Game.States.ChoosingCards

Inheritance: Base
Show file Open project: puckipedia/CardsAgainstIRC

Public Properties

Property Type Description
ChosenUsers List
WaitingOnUsers List

Public Methods

Method Description
Activate ( ) : void
ChoosingCards ( GameManager manager ) : System
TimeoutReached ( ) : void
UserLeft ( GameUser user, bool voluntarily ) : bool

Private Methods

Method Description
CardCommand ( CommandContext context, IEnumerable arguments ) : void
CardsCommand ( CommandContext context, IEnumerable arguments ) : void
CheckReady ( ) : void
SkipCommand ( CommandContext context, IEnumerable arguments ) : void
StatusCommand ( CommandContext context, IEnumerable arguments ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

ChoosingCards() public method

public ChoosingCards ( GameManager manager ) : System
manager GameManager
return System

TimeoutReached() public method

public TimeoutReached ( ) : void
return void

UserLeft() public method

public UserLeft ( GameUser user, bool voluntarily ) : bool
user GameUser
voluntarily bool
return bool

Property Details

ChosenUsers public property

public List ChosenUsers
return List

WaitingOnUsers public property

public List WaitingOnUsers
return List