mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-25 09:38:09 +03:00
10 lines
198 B
C#
10 lines
198 B
C#
#nullable enable
|
|
using Content.Server.Power.NodeGroups;
|
|
|
|
namespace Content.Server.Power.Components
|
|
{
|
|
public abstract class BaseApcNetComponent : BaseNetConnectorComponent<IApcNet>
|
|
{
|
|
}
|
|
}
|