9 lines
146 B
Protocol Buffer
9 lines
146 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
import "MassivePropParam.proto";
|
|
|
|
message MassivePropSyncInfo {
|
|
repeated MassivePropParam prop_list = 2;
|
|
int64 id = 1;
|
|
}
|