feat: voting procedures

This commit is contained in:
Ilia Denisov
2026-01-30 12:18:32 +03:00
parent abf72c16b4
commit 824f6609ab
12 changed files with 581 additions and 18 deletions
+1
View File
@@ -118,6 +118,7 @@ func (c *Cache) DeleteKilledShipGroups() {
c.unsafeDeleteShipGroup(i)
}
}
// TODO: delete empty fleets
}
func (c *Controller) JoinEqualGroups(raceName string) error {