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

package whirl;

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