vindinium-client ~master (2022-05-11T14:49:47.5879407)
Dub
Repo
Game
vindinium
game_objs
Undocumented in source.
struct
Game {
string
id
;
uint
turn
;
uint
max_turns
;
Hero
[]
heros
;
Board
board
;
bool
finished
;
void
update_from_json
(JSONValue json);
}
Members
Functions
update_from_json
void
update_from_json
(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
board
Board
board
;
Undocumented in source.
finished
bool
finished
;
Undocumented in source.
heros
Hero
[]
heros
;
Undocumented in source.
id
string
id
;
Undocumented in source.
max_turns
uint
max_turns
;
Undocumented in source.
turn
uint
turn
;
Undocumented in source.
Meta
Source
See Implementation
vindinium
game_objs
structs
Board
Game
GameResponse
Hero
Pos