mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user