mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,8 +22,8 @@ import "AnimatorParameterValueInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message EvtAnimatorParameterInfo {
|
||||
uint32 entity_id = 4;
|
||||
bool is_server_cache = 5;
|
||||
int32 name_id = 10;
|
||||
AnimatorParameterValueInfo value = 7;
|
||||
int32 name_id = 15;
|
||||
uint32 entity_id = 14;
|
||||
bool is_server_cache = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user