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

package whirl;

import "property_list.proto";

message PropertySetCommand {
  string from_user = 1;
  PropertyList property_list = 2;
}