C# Class PushFrenzy.Server.GameConnection

Afficher le fichier Open project: paulbatum/PushFrenzy Class Usage Examples

Méthodes publiques

Méthode Description
Disconnect ( ) : void
ProcessCommand ( string message ) : void

Private Methods

Méthode Description
GameConnection ( GameService client, Player player, HostedGame hostedGame ) : System
ParseCommand ( Player origin, string value ) : GameCommand

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( string message ) : void
message string
Résultat void