feat: game order api methods
This commit is contained in:
@@ -57,7 +57,7 @@ type GameState struct {
|
||||
}
|
||||
|
||||
type GameData struct {
|
||||
Turn uint `json:"turn"`
|
||||
Report report.Report `json:"report"`
|
||||
Order *order.Order `json:"order,omitempty"`
|
||||
Turn uint `json:"turn"`
|
||||
Report report.Report `json:"report"`
|
||||
Order *order.UserGamesOrder `json:"order,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user