using Robust.Shared.GameStates; namespace Content.Shared.Radio.Components; /// /// This component allows an entity to directly translate radio messages into chat messages. Note that this does not /// automatically add an , which is required to receive radio messages on specific /// channels. /// [RegisterComponent, NetworkedComponent] public sealed partial class IntrinsicRadioReceiverComponent : Component;