| Class | Description |
|---|---|
| StartGameRequestData |
// {
// "command": "start",
// "params": {
// "game_id": "37812032-d0fe-42bc-a264-fd271e629c3c"
// }
// }
Created 30/06/17 13:44
|
| StartGameResponseData |
// {
// "status": "OK",
// "data": {
// "message": "Game 37812032-d0fe-42bc-a264-fd271e629c3c started successfully"
// }
// }
Created 30/06/17 13:44
|