A Game is like a lobby, people can join/leave.
A Game is created by a host who does not needs to attend the game as a player but in the most cases he will. This is read-only
Name | Type | Description | Notes |
---|---|---|---|
Id | int | Unique<br> This is the parameter a game is identified by | [optional] |
Name | string | The name is unique but it should not be used as identifer (it's not natively supportet) It is used to display the game's name | |
Players | List<int> | The list of players attending the game. (Only contains the name of the players) | [optional] |
RuntimeInfo | GameState | [optional] |