diff options
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r-- | test-client/protocol.ts | 2 |
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 = |