15 lines
300 B
Protocol Buffer
15 lines
300 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AnimatorParameterValueInfo.proto";
|
|
|
|
// Name: KPADLGJMKOH
|
|
message EvtAnimatorParameterInfo {
|
|
uint32 entity_id = 10;
|
|
bool is_server_cache = 11;
|
|
int32 name_id = 13;
|
|
AnimatorParameterValueInfo value = 15;
|
|
}
|
|
|