using Robust.Shared.GameStates; namespace Content.Shared.Electrocution; /// /// Allow an entity to see the ElectrocutionOverlay showing electrocuted doors. /// [RegisterComponent, NetworkedComponent] public sealed partial class ElectrocutionOverlayComponent : Component;