sharedutils/skirdaobjects/games.go

8 lines
183 B
Go
Raw Normal View History

2023-03-26 12:23:18 +00:00
package skirdaobjects
2023-04-03 22:51:45 +00:00
// type SkirdaGameApi struct {
// SkirdaGameId string `json:"skirdagame_id"`
// Title string `json:"title"`
// Type string `json:"type"`
// }