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