GC-Proto/proto/EvtBulletHitNotify.proto

30 lines
579 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
import "ForwardType.proto";
import "HitColliderType.proto";
option java_package = "emu.grasscutter.net.proto";
message EvtBulletHitNotify {
enum PABCPHNPKDA {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 378;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
Rotation hitNormal = 4;
uint32 hitEntityId = 14;
int32 hitBoxIndex = 15;
ForwardType forwardType = 6;
uint32 entityId = 10;
uint32 forwardPeer = 13;
uint32 singleBulletId = 12;
HitColliderType hitColliderType = 8;
Rotation hitPoint = 1;
}