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 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;
}