mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-05 00:26:06 +03:00
20 lines
417 B
Protocol Buffer
20 lines
417 B
Protocol Buffer
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;
|
|
}
|
|
|