committed by
GitHub
parent
ea60a81fdf
commit
103bc19508
9
Content.Server/Power/Components/BaseApcNetComponent.cs
Normal file
9
Content.Server/Power/Components/BaseApcNetComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
#nullable enable
|
||||
using Content.Server.Power.NodeGroups;
|
||||
|
||||
namespace Content.Server.Power.Components
|
||||
{
|
||||
public abstract class BaseApcNetComponent : BaseNetConnectorComponent<IApcNet>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user