diff options
Diffstat (limited to 'commands/property_command.proto')
| -rw-r--r-- | commands/property_command.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/property_command.proto b/commands/property_command.proto new file mode 100644 index 0000000..894003b --- /dev/null +++ b/commands/property_command.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package whirl; + +import "old_property_list.proto"; + +message PropertyCommand { + OldPropertyList property_list = 1; +}
\ No newline at end of file |