aboutsummaryrefslogtreecommitdiff
path: root/commands/subscribe_room_command.proto
blob: 9866e4346a57f37ccef84b8eaf6d000dd7647a96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package whirl;

message SubscribeRoomCommand {
  int32 room_number = 1;
  int32 x = 2;
  int32 y = 3;
  int32 z = 4;
  int32 distance = 5;
}