C# Class PushFrenzy.Server.GameConnection

显示文件 Open project: paulbatum/PushFrenzy Class Usage Examples

Public Methods

Method Description
Disconnect ( ) : void
ProcessCommand ( string message ) : void

Private Methods

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

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void

ProcessCommand() public method

public ProcessCommand ( string message ) : void
message string
return void