add times to get game

This commit is contained in:
2026-08-04 01:23:01 +07:00
parent ae3a8c809f
commit f3ac19ed83
9 changed files with 159 additions and 104 deletions
+2
View File
@@ -13,4 +13,6 @@ type Game struct {
ScenarioId int
Scenario *Scenario
Teams []*Team
StartedAt *time.Time
EndedAt *time.Time
}