From ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 07:10:28 -0700 Subject: refactor: move commands to command module --- subscribe_room_command.proto | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 subscribe_room_command.proto (limited to 'subscribe_room_command.proto') diff --git a/subscribe_room_command.proto b/subscribe_room_command.proto deleted file mode 100644 index 9866e43..0000000 --- a/subscribe_room_command.proto +++ /dev/null @@ -1,11 +0,0 @@ -syntax = "proto3"; - -package whirl; - -message SubscribeRoomCommand { - int32 room_number = 1; - int32 x = 2; - int32 y = 3; - int32 z = 4; - int32 distance = 5; -} -- cgit v1.2.3