diff options
Diffstat (limited to 'test-client')
-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 28ed6d11..94858387 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -55,3 +55,4 @@ export type PacketC = export type Message = { item: number } | { text: string } + | { effect: string } |