REQ_GAME_STATE
Name
REQ_GAME_STATE -- Request to change game state
Description
Request to change game state
Message Data
- STATE
New state of the game. This can be one of:
"created", "waiting", "playing", "done"
Usage
Sent whenever the state of a game changes.
A RSP_GAME_STATE
is expected in response.