Revert "add breakers to power batteries" (#17632)

This commit is contained in:
metalgearsloth
2023-07-08 12:47:38 +10:00
committed by GitHub
parent 434474f828
commit 2d1ac6e01d
6 changed files with 0 additions and 70 deletions

View File

@@ -1,8 +0,0 @@
namespace Content.Server.Power.Events;
/// <summary>
/// Invoked on a target power provider when its power exceeds BreakerComponent MaxPower, popping the breaker or blowing the fuse.
/// </summary>
public sealed class BreakerPoppedEvent : EntityEventArgs
{
}