can select map private game

This commit is contained in:
evanpelle
2024-10-12 20:54:18 -07:00
parent 3a2cd4e326
commit 5da1c2f620
7 changed files with 135 additions and 90 deletions
+5
View File
@@ -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,