namespace Content.Shared._Starlight.Inventory; /// /// Raised when a lot slot is "used", this being unhandled will result in the default unequip action /// [ByRefEvent] public record struct InventoryUseSlotEvent(EntityUid Actor, EntityUid Target, bool Handled = false);