mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,13 +22,13 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message EvtGrapplingHookMove {
|
||||
float acceleration = 1;
|
||||
repeated uint32 animator_state_id_list = 2;
|
||||
uint32 entity_id = 3;
|
||||
bool need_set_is_in_air = 13;
|
||||
float speed = 12;
|
||||
float max_speed = 8;
|
||||
bool check_animator_state_on_exit_only = 11;
|
||||
string override_collider = 14;
|
||||
Vector target_pos = 10;
|
||||
Vector target_pos = 4;
|
||||
uint32 entity_id = 10;
|
||||
float speed = 2;
|
||||
float Unk3300_NDMHKNFMPCJ = 5;
|
||||
repeated uint32 animator_state_id_list = 11;
|
||||
bool Unk3300_BGOLPLHGGPO = 1;
|
||||
float Unk3300_MJAOALPCJML = 9;
|
||||
bool Unk3300_BKEELCGOLLN = 15;
|
||||
string override_collider = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user