move proto to submodule
This commit is contained in:
9
proto/MassivePropParam.proto
Normal file → Executable file
9
proto/MassivePropParam.proto
Normal file → Executable file
@@ -2,9 +2,10 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message MassivePropParam {
|
||||
int32 elementReactionType = 1;
|
||||
uint32 casterId = 2;
|
||||
repeated float paramList = 3;
|
||||
uint32 syncFlag = 4;
|
||||
int32 type = 1;
|
||||
repeated uint32 reaction_info_list = 2;
|
||||
repeated float param_list = 3;
|
||||
uint32 sync_flag = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user