Make IRadio implement IComponent

This commit is contained in:
metalgearsloth
2021-12-15 17:42:56 +11:00
parent 2c4fc60e07
commit a50bc4bb00

View File

@@ -4,7 +4,7 @@ using Robust.Shared.GameObjects;
namespace Content.Server.Radio.Components namespace Content.Server.Radio.Components
{ {
public interface IRadio public interface IRadio : IComponent
{ {
IReadOnlyList<int> Channels { get; } IReadOnlyList<int> Channels { get; }