1 2 3 4 5 6 7 8 9 10
syntax = "proto3"; package whirl; import "PropertyList.proto"; message PropertySetCmd { string from_user = 1; PropertyList property_list = 2; }