namespace Content.Shared.Damage.Events; /// /// Attempting to apply stamina damage on entity. /// [ByRefEvent] public record struct StaminaDamageOnHitAttemptEvent(bool LightAttack, bool Cancelled);