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