simply start population calculation

This commit is contained in:
Evan
2025-02-03 12:37:04 -08:00
parent c109d23f9f
commit bbf72bd14f
7 changed files with 36 additions and 45 deletions
+2 -1
View File
@@ -158,7 +158,8 @@ export class PlayerInfo {
// null if bot.
public readonly clientID: ClientID | null,
// TODO: make player id the small id
public readonly id: PlayerID
public readonly id: PlayerID,
public readonly nation?: Nation | null
) {}
}