C# Class ManateesAgainstCards.States.InGame

Inheritance: Californium.State
Mostra file Open project: DatZach/HumanityAgainstCards Class Usage Examples

Public Properties

Property Type Description
ChatBacklog List

Private Properties

Property Type Description
InputText bool
KickCommand void
ParseCommand bool
RemoveSelectedWhiteCards void

Public Methods

Method Description
Draw ( RenderTarget rt ) : void
Enter ( ) : void
InGame ( IEnumerable players ) : System
Update ( ) : void

Private Methods

Method Description
InputText ( TextInputArgs args ) : bool
KickCommand ( string value ) : void
ParseCommand ( string value ) : bool
RemoveSelectedWhiteCards ( ) : void

Method Details

Draw() public method

public Draw ( RenderTarget rt ) : void
rt RenderTarget
return void

Enter() public method

public Enter ( ) : void
return void

InGame() public method

public InGame ( IEnumerable players ) : System
players IEnumerable
return System

Update() public method

public Update ( ) : void
return void

Property Details

ChatBacklog public_oe property

public List ChatBacklog
return List