8 lines
225 B
Protocol Buffer
8 lines
225 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
import "AnimatorParameterValueInfo.proto";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message AnimatorParameterValueInfoPair {
|
||
|
AnimatorParameterValueInfo animator_para = 2;
|
||
|
int32 name_id = 1;
|
||
|
}
|