2021-07-04 18:11:52 +02:00
|
|
|
using Content.Server.Power.NodeGroups;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Power.Components
|
|
|
|
|
{
|
2023-08-22 18:14:33 -07:00
|
|
|
public abstract partial class BaseApcNetComponent : BaseNetConnectorComponent<IApcNet>
|
2021-07-04 18:11:52 +02:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|