add type to apiGame
This commit is contained in:
parent
55433b7d11
commit
e88fb5c1da
@ -3,4 +3,5 @@ package skirdaobjects
|
|||||||
type SkirdaGameApi struct {
|
type SkirdaGameApi struct {
|
||||||
SkirdaGameId string `json:"skirdagameid"`
|
SkirdaGameId string `json:"skirdagameid"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
|
Type string `json:"type"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user