game stats shows planes and population

This commit is contained in:
Ilia Denisov
2026-04-26 21:12:51 +02:00
parent fe829285a6
commit b4591cabd4
11 changed files with 84 additions and 22 deletions
+5 -3
View File
@@ -10,7 +10,9 @@ type State struct {
}
type PlayerState struct {
ID uuid.UUID
Name string
Extinct bool
ID uuid.UUID
RaceName string
Planets uint
Population Float
Extinct bool
}