Electrocution. (#4958)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
committed by
GitHub
parent
66a3d5bf29
commit
ed3bf94a3b
14
Content.Server/Power/NodeGroups/IBasePowerNet.cs
Normal file
14
Content.Server/Power/NodeGroups/IBasePowerNet.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Content.Server.Power.Components;
|
||||
using Content.Server.Power.Pow3r;
|
||||
|
||||
namespace Content.Server.Power.NodeGroups
|
||||
{
|
||||
public interface IBasePowerNet
|
||||
{
|
||||
void AddConsumer(PowerConsumerComponent consumer);
|
||||
|
||||
void RemoveConsumer(PowerConsumerComponent consumer);
|
||||
|
||||
PowerState.Network NetworkNode { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user