summaryrefslogtreecommitdiff
path: root/test-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-29 18:38:49 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-29 18:38:49 +0200
commit2fa2941485d515e4d51c0ddbc7933e34e953de1f (patch)
tree8c44d644d1b1431cad9f80be7d814fa1a5467d6f /test-client
parent97b157a8ab9db23876ddc703a292159941ec2c7e (diff)
downloadhurrycurry-2fa2941485d515e4d51c0ddbc7933e34e953de1f.tar
hurrycurry-2fa2941485d515e4d51c0ddbc7933e34e953de1f.tar.bz2
hurrycurry-2fa2941485d515e4d51c0ddbc7933e34e953de1f.tar.zst
effect messages
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 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 }