mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 21:52:39 +00:00
can select map private game
This commit is contained in:
@@ -11,6 +11,11 @@ export type Tick = number
|
||||
|
||||
export const AllPlayers = "AllPlayers" as const;
|
||||
|
||||
export enum GameMap {
|
||||
World,
|
||||
Europe
|
||||
}
|
||||
|
||||
export class Nation {
|
||||
constructor(
|
||||
public readonly name: string,
|
||||
|
||||
Reference in New Issue
Block a user