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