Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -22,13 +22,13 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
message EvtAnimatorStateChangedInfo {
int32 face_angle_compact = 14;
uint32 to_state_hash = 5;
uint32 normalized_time_compact = 9;
uint32 layer = 2;
Vector pos = 13;
float fade_duration = 3;
bool force_sync = 1;
uint32 entity_id = 15;
bool handle_animator_state_immediately = 7;
float fade_duration = 4;
uint32 Unk3300_BKBPGIAOBEL = 11;
uint32 Unk3300_NMCCLIKMOEN = 1;
Vector pos = 5;
bool Unk3300_KLMEKMGFGPD = 3;
uint32 normalized_time_compact = 6;
bool Unk3300_MEOPKEDJCIN = 7;
int32 face_angle_compact = 15;
uint32 entity_id = 2;
}