C# 클래스 GameUser, CardsAgainstIRC

파일 보기 프로젝트 열기: puckipedia/CardsAgainstIRC 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bot IBot
Cards List
ChosenCards int[]
Guid Guid
HasChosenCards bool
HasVoted bool
JoinReason string
Nick string
NominalCardCount int
Points int
WantsToLeave bool

공개 메소드들

메소드 설명
AddExtraCards ( int count ) : bool
GameUser ( GameManager, manager )
RemoveCards ( IEnumerable cards = null ) : void
SendCards ( ) : void
UpdateCards ( int i ) : bool

메소드 상세

AddExtraCards() 공개 메소드

public AddExtraCards ( int count ) : bool
count int
리턴 bool

GameUser() 공개 메소드

public GameUser ( GameManager, manager )
manager GameManager,

RemoveCards() 공개 메소드

public RemoveCards ( IEnumerable cards = null ) : void
cards IEnumerable
리턴 void

SendCards() 공개 메소드

public SendCards ( ) : void
리턴 void

UpdateCards() 공개 메소드

public UpdateCards ( int i ) : bool
i int
리턴 bool

프로퍼티 상세

Bot 공개적으로 프로퍼티

public IBot Bot
리턴 IBot

Cards 공개적으로 프로퍼티

public List Cards
리턴 List

ChosenCards 공개적으로 프로퍼티

public int[] ChosenCards
리턴 int[]

Guid 공개적으로 프로퍼티

public Guid Guid
리턴 Guid

HasChosenCards 공개적으로 프로퍼티

public bool HasChosenCards
리턴 bool

HasVoted 공개적으로 프로퍼티

public bool HasVoted
리턴 bool

JoinReason 공개적으로 프로퍼티

public string JoinReason
리턴 string

Nick 공개적으로 프로퍼티

public string Nick
리턴 string

NominalCardCount 공개적으로 프로퍼티

public int NominalCardCount
리턴 int

Points 공개적으로 프로퍼티

public int Points
리턴 int

WantsToLeave 공개적으로 프로퍼티

public bool WantsToLeave
리턴 bool