mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
23 lines
500 B
Protocol Buffer
23 lines
500 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForwardType.proto";
|
|
import "HitColliderType.proto";
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 312
|
|
// Name: HGBEDNJLLOD
|
|
message EvtBulletHitNotify {
|
|
ForwardType forward_type = 9;
|
|
uint32 CHAAECJCFEO = 11;
|
|
int32 hit_box_index = 8;
|
|
uint32 forward_peer = 10;
|
|
Vector MIACKLDGLNE = 3;
|
|
HitColliderType hit_collider_type = 14;
|
|
Vector HMFHFOBAMHL = 15;
|
|
uint32 entity_id = 2;
|
|
uint32 NPDKHLDBEBI = 4;
|
|
}
|
|
|