Files
OldThink/Content.Server/Power/Components/BaseApcNetComponent.cs

9 lines
189 B
C#
Raw Permalink Normal View History

using Content.Server.Power.NodeGroups;
namespace Content.Server.Power.Components
{
public abstract partial class BaseApcNetComponent : BaseNetConnectorComponent<IApcNet>
{
}
}