namespace Content.Shared.Body.Events;
///
/// Raised on an entity before they bleed to modify the amount.
///
/// The amount of blood the entity will lose.
/// The amount of bleed reduction that will happen.
[ByRefEvent]
public record struct BleedModifierEvent(float BleedAmount, float BleedReductionAmount);