using Content.Shared.Chat; using Content.Shared.Inventory; namespace Content.Shared.Radio; public sealed class GetDefaultRadioChannelEvent : EntityEventArgs, IInventoryRelayEvent { /// /// Id of the default that will get addressed when using the /// department/default channel prefix. See . /// public string? Channel; public SlotFlags TargetSlots => ~SlotFlags.POCKET; }