aboutsummaryrefslogtreecommitdiff
path: root/commands/property_command.proto
blob: 894003be4ebb5ead67bbe24ddd888c0e188de06f (plain) (blame)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package whirl;

import "old_property_list.proto";

message PropertyCommand {
  OldPropertyList property_list = 1;
}