23 lines
421 B
Protocol Buffer
23 lines
421 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "EvtAnimatorParameterInfo.proto";
|
|
import "ForwardType.proto";
|
|
|
|
message EvtAnimatorParameterNotify {
|
|
//enum AHLNEJMIKCK {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 355;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
// EAJIABGAOCI = 1;
|
|
//}
|
|
|
|
EvtAnimatorParameterInfo animatorParamInfo = 10;
|
|
ForwardType forwardType = 4;
|
|
}
|