13 lines
293 B
Protocol Buffer
13 lines
293 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "AnimatorParameterValueInfo.proto";
|
|
|
|
// 4.7.0
|
|
// Obf: MKGKIHKGHEI
|
|
message EvtAnimatorParameterInfo {
|
|
int32 name_id = 10;
|
|
AnimatorParameterValueInfo value = 4;
|
|
bool is_server_cache = 155;
|
|
uint32 entity_id = 12;
|
|
}
|