Re-organize all projects (#4166)
This commit is contained in:
10
Content.Server/APC/Components/BaseApcNetComponent.cs
Normal file
10
Content.Server/APC/Components/BaseApcNetComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable enable
|
||||
using Content.Server.Power.Components;
|
||||
|
||||
namespace Content.Server.APC.Components
|
||||
{
|
||||
public abstract class BaseApcNetComponent : BaseNetConnectorComponent<IApcNet>
|
||||
{
|
||||
protected override IApcNet NullNet => ApcNetNodeGroup.NullNet;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user