This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export class GameObjectRegister {
|
||||
readonly turns: Map<string, Turn>;
|
||||
readonly games: Map<string, Game>
|
||||
|
||||
context: "lobby" | "login" | "pregame" | "game" = "login";
|
||||
context: "lobby" | "login" | "pregame" | "game" | "rules" = "login";
|
||||
private readonly objects: Map<string, GameObjectNetcode>;
|
||||
current_game: Ref<Game | null>
|
||||
lobby: Ref<Lobby | null>;
|
||||
|
||||
Reference in New Issue
Block a user