namespace Content.Shared.Containers; /// /// Sent before the insertion is made. /// Allows preventing the insertion if any system on the entity should need to. /// [ByRefEvent] public record struct BeforeThrowInsertEvent(EntityUid ThrownEntity, bool Cancelled = false);