aboutsummaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/protocol.ts')
-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 d0f5f997..4d243702 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -90,6 +90,7 @@ export type Message =
{ item: number }
| { text: string }
| { effect: string }
+ | { translation: { id: string, params: Message[] } }
export type ItemLocation =
{ player: PlayerID }