10 lines
177 B
Protocol Buffer
10 lines
177 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
import "AnimatorParameterValueInfo.proto";
|
||
|
|
||
|
message AnimatorParameterValueInfoPair {
|
||
|
AnimatorParameterValueInfo animator_para = 2;
|
||
|
int32 name_id = 1;
|
||
|
}
|