Class | Description |
---|---|
DataTranslator | |
GameInfo |
Used to pass game information into views
PROPERTIES: Id: Unique game ID Title: Game title (non-empty string) Players: List of players who have joined the game (can be empty) |
PlayerInfo |
Used to pass player information into views
PROPERTIES: Id: Unique player ID PlayerIndex: Player's order in the game [0-3] Name: Player's name (non-empty string) Color: Player's color (cannot be null) |