add type to apiGame

This commit is contained in:
cyber-dream 2023-03-27 00:40:27 +03:00
parent 55433b7d11
commit e88fb5c1da

View File

@ -3,4 +3,5 @@ package skirdaobjects
type SkirdaGameApi struct {
SkirdaGameId string `json:"skirdagameid"`
Title string `json:"title"`
Type string `json:"type"`
}