diff --git a/Content.Server/Radio/Components/IRadio.cs b/Content.Server/Radio/Components/IRadio.cs index 4025956762..cb5077a8ca 100644 --- a/Content.Server/Radio/Components/IRadio.cs +++ b/Content.Server/Radio/Components/IRadio.cs @@ -4,7 +4,7 @@ using Robust.Shared.GameObjects; namespace Content.Server.Radio.Components { - public interface IRadio + public interface IRadio : IComponent { IReadOnlyList Channels { get; }