Make IRadio implement IComponent
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Radio.Components
|
||||
{
|
||||
public interface IRadio
|
||||
public interface IRadio : IComponent
|
||||
{
|
||||
IReadOnlyList<int> Channels { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user