Files
crystall-punk-14/Content.Server/StationEvents/Components/PowerGridCheckDisabledComponent.cs

12 lines
315 B
C#
Raw Normal View History

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