aboutsummaryrefslogtreecommitdiff
path: root/property_set_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'property_set_command.proto')
-rw-r--r--property_set_command.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/property_set_command.proto b/property_set_command.proto
new file mode 100644
index 0000000..df6b7bc
--- /dev/null
+++ b/property_set_command.proto
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+package whirl;
+
+import "property_list.proto";
+
+message PropertySetCommand {
+ string from_user = 1;
+ PropertyList property_list = 2;
+}