Method | Description | |
---|---|---|
HandleNotify ( TcpClient client, string values ) : void | ||
Notifiable ( INotifiable notify ) : System |
Method | Description | |
---|---|---|
EndTurn ( string values ) : void | ||
GameWon ( string values ) : void | ||
PlayerLeft ( string values ) : void |
public HandleNotify ( TcpClient client, string values ) : void | ||
client | TcpClient | |
values | string | |
return | void |
public Notifiable ( INotifiable notify ) : System | ||
notify | INotifiable | |
return | System |