1 2 3 4 5 6 7 8
syntax = "proto3"; package whirl; message NetCmds { repeated string receivable_net_packet = 1; map<int32, string> property_list = 2; }