aboutsummaryrefslogtreecommitdiff
path: root/prop_request_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'prop_request_command.proto')
-rw-r--r--prop_request_command.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/prop_request_command.proto b/prop_request_command.proto
new file mode 100644
index 0000000..040bf4d
--- /dev/null
+++ b/prop_request_command.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package whirl;
+
+message PropRequestCommand {
+ repeated int32 variable_ids = 1;
+}