10 lines
232 B
C#
10 lines
232 B
C#
using Content.Server.NodeContainer.NodeGroups;
|
|
using Content.Server.Power.NodeGroups;
|
|
|
|
namespace Content.Server.Power.Components
|
|
{
|
|
public abstract class BasePowerNetComponent : BaseNetConnectorComponent<IPowerNet>
|
|
{
|
|
}
|
|
}
|