GC-Proto/proto/AnimatorParameterValueInfoPair.proto
2024-05-22 19:51:09 +08:00

9 lines
243 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AnimatorParameterValueInfo.proto";
// Obf: CABIAHBAEHD
message AnimatorParameterValueInfoPair {
int32 name_id = 1;
AnimatorParameterValueInfo animator_para = 2;
}