game stats shows planes and population
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user