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,12 +22,12 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
message EvtRushMoveInfo {
int32 state_name_hash = 11;
Vector rush_to_pos = 9;
Vector rush_attack_target_pos = 8;
uint32 entity_id = 4;
float time_range = 15;
Vector velocity = 6;
Vector pos = 2;
int32 face_angle_compact = 10;
Vector velocity = 8;
int32 state_name_hash = 4;
uint32 entity_id = 12;
Vector pos = 7;
int32 face_angle_compact = 1;
float time_range = 13;
Vector Unk3300_NEBMDDGPBON = 15;
Vector Unk3300_FGAPBJIPJFG = 5;
}