mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-28 17:17:58 +00:00
simply start population calculation
This commit is contained in:
@@ -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
|
||||
) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user