aboutsummaryrefslogtreecommitdiff
path: root/NetCmds.proto
blob: 83d920cce8251cd7bf46d985c5c0b6732cf23fe6 (plain) (blame)
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;
}