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

package whirl;

message RoomIDCmd {
  string room_name = 1;
  int32 room_number = 2;
}