Added flags

This commit is contained in:
NewHappyRabbit
2025-02-11 23:34:19 +02:00
parent b8a743e745
commit 949f68287e
17 changed files with 255 additions and 352 deletions
+1
View File
@@ -48,6 +48,7 @@ import { GameView, PlayerView } from "../core/game/GameView";
import { GameUpdateViewData } from "../core/game/GameUpdates";
export interface LobbyConfig {
flag: () => string;
playerName: () => string;
clientID: ClientID;
playerID: PlayerID;