diff options
Diffstat (limited to 'PropertyUpdateCommand.proto')
| -rw-r--r-- | PropertyUpdateCommand.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PropertyUpdateCommand.proto b/PropertyUpdateCommand.proto new file mode 100644 index 0000000..3ca0ada --- /dev/null +++ b/PropertyUpdateCommand.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package whirl; + +import "PropertyList.proto"; + +message PropertyUpdateCommand { + PropertyList property_list = 1; +} |