8 lines
216 B
Protocol Buffer
8 lines
216 B
Protocol Buffer
syntax = "proto3";
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message MassivePropParam {
|
|
repeated uint32 reaction_info_list = 2;
|
|
repeated float param_list = 3;
|
|
uint32 sync_flag = 4;
|
|
int32 type = 1;
|
|
}
|