CMsgPlayerBulletHit
Interface CMsgPlayerBulletHit
Namespace: SwiftlyS2.Shared.ProtobufDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CMsgPlayerBulletHit : ITypedProtobuf<CMsgPlayerBulletHit>, INativeHandleImplements
Properties
AttackerSlot
int AttackerSlot { get; set; }Property Value
Damage
int Damage { get; set; }Property Value
HitGroup
int HitGroup { get; set; }Property Value
IsKill
bool IsKill { get; set; }Property Value
PenetrationCount
int PenetrationCount { get; set; }Property Value
VictimPos
Vector VictimPos { get; set; }Property Value
VictimSlot
int VictimSlot { get; set; }Property Value