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

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

공개 프로퍼티들

프로퍼티 타입 설명
ChosenUsers List
WaitingOnUsers List

공개 메소드들

메소드 설명
Activate ( ) : void
ChoosingCards ( GameManager manager ) : System
TimeoutReached ( ) : void
UserLeft ( GameUser user, bool voluntarily ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

ChoosingCards() 공개 메소드

public ChoosingCards ( GameManager manager ) : System
manager GameManager
리턴 System

TimeoutReached() 공개 메소드

public TimeoutReached ( ) : void
리턴 void

UserLeft() 공개 메소드

public UserLeft ( GameUser user, bool voluntarily ) : bool
user GameUser
voluntarily bool
리턴 bool

프로퍼티 상세

ChosenUsers 공개적으로 프로퍼티

public List ChosenUsers
리턴 List

WaitingOnUsers 공개적으로 프로퍼티

public List WaitingOnUsers
리턴 List