aboutsummaryrefslogtreecommitdiff
path: root/test-client
diff options
context:
space:
mode:
Diffstat (limited to 'test-client')
-rw-r--r--test-client/protocol.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index d1cd9c07..6a1d2909 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -69,6 +69,7 @@ export type PacketC =
| { type: "environment", effects: string[] }
| { type: "tutorial_ended", item: ItemIndex, player: PlayerID, success: boolean }
| { type: "set_ingame", state: boolean, lobby: boolean } // Set to false when entering the game or switching maps
+ | { type: "pause", state: boolean } // Set game paused so clients dont increment timers
export type Menu =
{ menu: "document", data: DocumentElement }