using Content.Server.StationEvents.Events; namespace Content.Server.StationEvents.Components; /// /// Added to APCs to prevent them from turning on until event end /// [RegisterComponent, Access(typeof(PowerGridCheckRule))] public sealed class PowerGridCheckDisabledComponent : Component { }