namespace Content.Shared.Throwing; /// /// Raised on someone when they try to catch an item. /// [ByRefEvent] public record struct CatchAttemptEvent(EntityUid Item, float CatchChance, bool Cancelled = false);