aboutsummaryrefslogtreecommitdiff
path: root/SubscribeDistCmd.proto
blob: a00f6c3e27edcc879daccc4f4ec516f481730681 (plain) (blame)
1
2
3
4
5
6
7
8
syntax = "proto3";

package whirl;

message SubscribeDistCmd {
  int32 room_number = 1;
  int32 distance = 2;
}