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

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

공개 프로퍼티들

프로퍼티 타입 설명
CardSets Card[]>.Dictionary
CardsetOrder List
ComradeOrder List
Random System.Random
Votes List>.Dictionary

공개 메소드들

메소드 설명
Activate ( ) : void
RunoffVoting ( ) : List
TallyVotes ( List dismissed ) : int>.Dictionary
TimeoutReached ( ) : void
UserLeft ( GameUser user, bool voluntarily ) : bool
VoteForCards ( GameManager manager ) : System

비공개 메소드들

메소드 설명
CardCommand ( CommandContext context, IEnumerable arguments ) : void
SelectWinner ( bool over = false ) : void
SkipCommand ( CommandContext context, IEnumerable arguments ) : void
StatusCommand ( CommandContext context, IEnumerable arguments ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

RunoffVoting() 공개 메소드

public RunoffVoting ( ) : List
리턴 List

TallyVotes() 공개 메소드

public TallyVotes ( List dismissed ) : int>.Dictionary
dismissed List
리턴 int>.Dictionary

TimeoutReached() 공개 메소드

public TimeoutReached ( ) : void
리턴 void

UserLeft() 공개 메소드

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

VoteForCards() 공개 메소드

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

프로퍼티 상세

CardSets 공개적으로 프로퍼티

public Dictionary CardSets
리턴 Card[]>.Dictionary

CardsetOrder 공개적으로 프로퍼티

public List CardsetOrder
리턴 List

ComradeOrder 공개적으로 프로퍼티

public List ComradeOrder
리턴 List

Random 공개적으로 프로퍼티

public Random,System Random
리턴 System.Random

Votes 공개적으로 프로퍼티

public Dictionary> Votes
리턴 List>.Dictionary