From 5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Jun 2024 13:32:18 +0200 Subject: active start / stop --- test-client/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/protocol.ts') 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 = -- cgit v1.2.3-70-g09d2