GameUpdate ​
A response to a request for the game state.
Kind: Class
Namespace: ConnectorLib.JSON
Inheritance: SimpleJSONResponse
Public Constructors
GameUpdate(GameState state, string message = null)
Creates a new instance of the ConnectorLib.JSON.GameUpdate class.
Public Attributes
GameState
state
The current state of the game.
string
message
The message from the client (if any).
