diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-17 22:19:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-17 22:19:06 +0200 |
commit | cc96993499c435ea706fa21a6d8089604bc44e51 (patch) | |
tree | a55f9595ca3064a1afb9494f1b9a5632616863cf /test-client/protocol.ts | |
parent | 4a7480a90bc54eccd2a00ded45624783fcd1179c (diff) | |
download | hurrycurry-cc96993499c435ea706fa21a6d8089604bc44e51.tar hurrycurry-cc96993499c435ea706fa21a6d8089604bc44e51.tar.bz2 hurrycurry-cc96993499c435ea706fa21a6d8089604bc44e51.tar.zst |
translate tutorial and add tile message
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r-- | test-client/protocol.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 4d243702..6d7bf464 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -88,6 +88,7 @@ export interface Score { export type Message = { item: number } + | { tile: number } | { text: string } | { effect: string } | { translation: { id: string, params: Message[] } } |