src/core/game/Game.ts

This commit is contained in:
Scott Anderson
2025-05-14 22:38:30 -04:00
parent 3ed25fb88c
commit aa6b85e7a9
+1 -1
View File
@@ -549,7 +549,7 @@ export interface Game extends GameMap {
unitID: number,
message: string,
type: MessageType,
playerID: PlayerID,
playerID: PlayerID | null,
): void;
displayChat(