GC-Proto/proto/EvtBulletHitNotify.proto

23 lines
501 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-02-28 04:12:44 +03:00
// Name: MLEDFBJMFMI
// CmdId: 391
2023-02-18 04:48:44 +03:00
message EvtBulletHitNotify {
2023-02-28 04:12:44 +03:00
HitColliderType hit_collider_type = 11;
uint32 forward_peer = 1;
uint32 entity_id = 4;
Vector BKOMGJHEOEC = 14;
uint32 JINNICGPCJE = 15;
int32 hit_box_index = 7;
Vector CAHAHBKFCGF = 12;
ForwardType forward_type = 10;
uint32 BNICBNOHNAN = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00