aboutsummaryrefslogtreecommitdiff
path: root/RoomIDCommand.proto
diff options
context:
space:
mode:
Diffstat (limited to 'RoomIDCommand.proto')
-rw-r--r--RoomIDCommand.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/RoomIDCommand.proto b/RoomIDCommand.proto
new file mode 100644
index 0000000..237a96f
--- /dev/null
+++ b/RoomIDCommand.proto
@@ -0,0 +1,8 @@
+syntax = "proto3";
+
+package whirl;
+
+message RoomIDCommand {
+ string room_name = 1;
+ int32 room_number = 2;
+}