9 lines
212 B
Protocol Buffer
9 lines
212 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "AnimatorParameterValueInfo.proto";
|
||
|
message EvtAnimatorParameterInfo {
|
||
|
uint32 entity_id = 6;
|
||
|
int32 name_id = 1;
|
||
|
AnimatorParameterValueInfo value = 2;
|
||
|
bool is_server_cache = 4;
|
||
|
}
|