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; }