8 lines
194 B
Protocol Buffer
8 lines
194 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
import "MassivePropParam.proto";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message MassivePropSyncInfo {
|
||
|
repeated MassivePropParam prop_list = 2;
|
||
|
int64 id = 1;
|
||
|
}
|