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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index 717383d4..707c09a3 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -7,7 +7,7 @@ export type PacketS =
{ join: { name: string } }
| "leave"
| { position: { pos: Vec2, rot: number } }
- | { interact: { pos: Vec2 } }
+ | { interact: { pos: Vec2, edge: boolean } }
export type PacketC =