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

package whirl;

import "Net2Property.proto";

message PropertyList {
  repeated Net2Property properties = 1;
}