C# Class ManateesAgainstCards.States.Lobby

Inheritance: Californium.State
ファイルを表示 Open project: DatZach/HumanityAgainstCards

Public Properties

Property Type Description
ChatBacklog List

Private Properties

Property Type Description
InitializeSession void
KickCommand void
ParseCommand bool
TextInput bool

Public Methods

Method Description
Draw ( RenderTarget rt ) : void
Enter ( ) : void
Lobby ( SessionRole role, string ip, string username ) : System
Update ( ) : void

Private Methods

Method Description
InitializeSession ( SessionRole role, string ip ) : void
KickCommand ( string value ) : void
ParseCommand ( string value ) : bool
TextInput ( TextInputArgs args ) : bool

Method Details

Draw() public method

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

Enter() public method

public Enter ( ) : void
return void

Lobby() public method

public Lobby ( SessionRole role, string ip, string username ) : System
role SessionRole
ip string
username string
return System

Update() public method

public Update ( ) : void
return void

Property Details

ChatBacklog public_oe property

public List ChatBacklog
return List