C# Class GameUser, CardsAgainstIRC

Datei anzeigen 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_oe property

public IBot Bot
return IBot

Cards public_oe property

public List Cards
return List

ChosenCards public_oe property

public int[] ChosenCards
return int[]

Guid public_oe property

public Guid Guid
return Guid

HasChosenCards public_oe property

public bool HasChosenCards
return bool

HasVoted public_oe property

public bool HasVoted
return bool

JoinReason public_oe property

public string JoinReason
return string

Nick public_oe property

public string Nick
return string

NominalCardCount public_oe property

public int NominalCardCount
return int

Points public_oe property

public int Points
return int

WantsToLeave public_oe property

public bool WantsToLeave
return bool