mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
Update 3.6
This commit is contained in:
19
proto/EvtGrapplingHookMove.proto
Normal file
19
proto/EvtGrapplingHookMove.proto
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: PAJINPMADLD
|
||||
message EvtGrapplingHookMove {
|
||||
bool FPFCJFPALLI = 3;
|
||||
uint32 entity_id = 4;
|
||||
string override_collider = 11;
|
||||
float speed = 5;
|
||||
bool PMHJPLEMFAD = 12;
|
||||
repeated uint32 animator_state_id_list = 1;
|
||||
float CGJPAHPGHHK = 10;
|
||||
Vector target_pos = 7;
|
||||
float FNFBDGDNJCC = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user