feat: turn stage increment after player's command

This commit is contained in:
Ilia Denisov
2026-02-08 16:35:58 +02:00
parent bf34843568
commit ba5d4e1ba8
14 changed files with 102 additions and 81 deletions
+1 -1
View File
@@ -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"`