C# Class CardsAgainstIRC3.Game.States.ChoosingCards

Inheritance: Base
Afficher le fichier Open project: puckipedia/CardsAgainstIRC

Méthodes publiques

Свойство Type Description
ChosenUsers List
WaitingOnUsers List

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Activate ( ) : void
Résultat void

ChoosingCards() public méthode

public ChoosingCards ( GameManager manager ) : System
manager GameManager
Résultat System

TimeoutReached() public méthode

public TimeoutReached ( ) : void
Résultat void

UserLeft() public méthode

public UserLeft ( GameUser user, bool voluntarily ) : bool
user GameUser
voluntarily bool
Résultat bool

Property Details

ChosenUsers public_oe property

public List ChosenUsers
Résultat List

WaitingOnUsers public_oe property

public List WaitingOnUsers
Résultat List