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

package whirl;

import "PropertyList.proto";

message PropertyUpdateCommand {
  PropertyList property_list = 1;
}