GC-Proto/proto/EvtBulletHitNotify.proto
2023-04-11 11:14:48 +08:00

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