11 lines
226 B
Protocol Buffer
Executable File
11 lines
226 B
Protocol Buffer
Executable File
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AnimatorParameterValueInfo.proto";
|
|
|
|
message AnimatorParameterValueInfoPair {
|
|
int32 name_id = 1;
|
|
AnimatorParameterValueInfo animator_para = 2;
|
|
}
|