feat: turn stage increment after player's command
This commit is contained in:
@@ -48,10 +48,10 @@ func NewTechSet() TechSet {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: turn's incremental Version
|
||||
type Game struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
Turn uint `json:"turn"`
|
||||
Stage uint `json:"stage"`
|
||||
Map Map `json:"map"`
|
||||
Race []Race `json:"races"`
|
||||
Votes Float `json:"votes"`
|
||||
|
||||
Reference in New Issue
Block a user