diff options
Diffstat (limited to 'commands/unsubscribe_room_command.proto')
| -rw-r--r-- | commands/unsubscribe_room_command.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/unsubscribe_room_command.proto b/commands/unsubscribe_room_command.proto new file mode 100644 index 0000000..a0bab2b --- /dev/null +++ b/commands/unsubscribe_room_command.proto @@ -0,0 +1,7 @@ +syntax = "proto3"; + +package whirl; + +message UnsubscribeRoomCommand { + int32 room_number = 1; +} |