Auto comp (#6416)
This commit is contained in:
@@ -6,8 +6,6 @@ namespace Content.Server.Power.Components
|
||||
[RegisterComponent]
|
||||
public class BatteryDischargerComponent : BasePowerNetComponent
|
||||
{
|
||||
public override string Name => "BatteryDischarger";
|
||||
|
||||
protected override void AddSelfToNet(IPowerNet net)
|
||||
{
|
||||
net.AddDischarger(this);
|
||||
|
||||
Reference in New Issue
Block a user