diff options
Diffstat (limited to 'subscribe_room_command.proto')
| -rw-r--r-- | subscribe_room_command.proto | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/subscribe_room_command.proto b/subscribe_room_command.proto new file mode 100644 index 0000000..9866e43 --- /dev/null +++ b/subscribe_room_command.proto @@ -0,0 +1,11 @@ +syntax = "proto3"; + +package whirl; + +message SubscribeRoomCommand { + int32 room_number = 1; + int32 x = 2; + int32 y = 3; + int32 z = 4; + int32 distance = 5; +} |