GC-Proto/proto/EvtBulletHitNotify.proto

20 lines
472 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ForwardType.proto";
import "HitColliderType.proto";
import "Vector.proto";
// 4.7.0
// CmdId: 5735
// Obf: ??
message EvtBulletHitNotify {
ForwardType forward_type = 1;
HitColliderType hit_collider_type = 7;
Vector hit_point = 11; // sus
Vector hit_normal = 5; // sus
uint32 entity_id = 6;
int32 hit_box_index = 14;
uint32 forward_peer = 9;
uint32 uk1 = 8;
uint32 uk2 = 15;
}