GC-Proto/proto/EvtBulletHitNotify.proto

23 lines
500 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ForwardType.proto";
import "HitColliderType.proto";
2023-02-28 04:12:44 +03:00
import "Vector.proto";
2023-02-18 04:48:44 +03:00
2023-04-11 06:14:48 +03:00
// CmdId: 312
// Name: HGBEDNJLLOD
2023-02-18 04:48:44 +03:00
message EvtBulletHitNotify {
2023-04-11 06:14:48 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00