using Robust.Shared.Audio; namespace Content.Server.Damage.Events; /// /// Attempting to apply stamina damage on a melee hit to an entity. /// [ByRefEvent] public struct StaminaDamageOnHitAttemptEvent { public bool Cancelled; public SoundSpecifier? HitSoundOverride; }