C# Class GameUser, CardsAgainstIRC

Show file Open project: puckipedia/CardsAgainstIRC Class Usage Examples

Public Properties

Property Type Description
Bot IBot
Cards List
ChosenCards int[]
Guid Guid
HasChosenCards bool
HasVoted bool
JoinReason string
Nick string
NominalCardCount int
Points int
WantsToLeave bool

Public Methods

Method Description
AddExtraCards ( int count ) : bool
GameUser ( GameManager, manager )
RemoveCards ( IEnumerable cards = null ) : void
SendCards ( ) : void
UpdateCards ( int i ) : bool

Method Details

AddExtraCards() public method

public AddExtraCards ( int count ) : bool
count int
return bool

GameUser() public method

public GameUser ( GameManager, manager )
manager GameManager,

RemoveCards() public method

public RemoveCards ( IEnumerable cards = null ) : void
cards IEnumerable
return void

SendCards() public method

public SendCards ( ) : void
return void

UpdateCards() public method

public UpdateCards ( int i ) : bool
i int
return bool

Property Details

Bot public property

public IBot Bot
return IBot

Cards public property

public List Cards
return List

ChosenCards public property

public int[] ChosenCards
return int[]

Guid public property

public Guid Guid
return Guid

HasChosenCards public property

public bool HasChosenCards
return bool

HasVoted public property

public bool HasVoted
return bool

JoinReason public property

public string JoinReason
return string

Nick public property

public string Nick
return string

NominalCardCount public property

public int NominalCardCount
return int

Points public property

public int Points
return int

WantsToLeave public property

public bool WantsToLeave
return bool