Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 937 Bytes

Game.md

File metadata and controls

13 lines (10 loc) · 937 Bytes

Tgm.Roborally.Api.Model.Game

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

Properties

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]

[Back to Model list] [Back to API list] [Back to README]