vindinium-client ~master (2022-05-11T14:49:47.5879407)
Dub
Repo
Board
vindinium
game_objs
Undocumented in source.
struct
Board {
struct
Tile
;
uint
size
;
Tile
[][]
tiles
;
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.
Structs
Tile
struct
Tile
Undocumented in source.
Variables
size
uint
size
;
Undocumented in source.
tiles
Tile
[][]
tiles
;
Undocumented in source.
Meta
Source
See Implementation
vindinium
game_objs
structs
Board
Game
GameResponse
Hero
Pos