summaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-17 21:33:08 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-17 21:33:08 +0200
commit976e2fc3e25bfd08c755aa222a45c42a53b0b8e0 (patch)
treee73b304827d149770a94b533569b08aa35ac4cad /test-client/protocol.ts
parent666adbf669afc06d87aa28f1a8ca120c5612d3a4 (diff)
downloadhurrycurry-976e2fc3e25bfd08c755aa222a45c42a53b0b8e0.tar
hurrycurry-976e2fc3e25bfd08c755aa222a45c42a53b0b8e0.tar.bz2
hurrycurry-976e2fc3e25bfd08c755aa222a45c42a53b0b8e0.tar.zst
tc: localization
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 }