namespace Content.Shared.Radio.Components; /// /// Entities with are needed to transmit messages using headsets. /// They also need to be powered by /// have and filled with encryption keys /// of channels in order for them to work on the same map as server. /// [RegisterComponent] public sealed partial class TelecomServerComponent : Component { }