C# Class ManateesAgainstCards.States.Lobby

Inheritance: Californium.State
Afficher le fichier Open project: DatZach/HumanityAgainstCards

Méthodes publiques

Свойство Type Description
ChatBacklog List

Private Properties

Свойство Type Description
InitializeSession void
KickCommand void
ParseCommand bool
TextInput bool

Méthodes publiques

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

Private Methods

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

Method Details

Draw() public méthode

public Draw ( RenderTarget rt ) : void
rt RenderTarget
Résultat void

Enter() public méthode

public Enter ( ) : void
Résultat void

Lobby() public méthode

public Lobby ( SessionRole role, string ip, string username ) : System
role SessionRole
ip string
username string
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ChatBacklog public_oe property

public List ChatBacklog
Résultat List