aboutsummaryrefslogtreecommitdiff
path: root/NetProperty.proto
blob: 8f426d8e0f2f0efd15e1322622f76b094f49b7ee (plain) (blame)
1
2
3
4
5
6
7
8
syntax = "proto3";

package whirl;

message NetProperty {
  int32 property_id = 1;
  string value = 2;
}