using Content.Server._DV.Objectives.Systems; namespace Content.Server._DV.Objectives.Components; /// /// For nuclear operatives trying to nuke the station. Should only be completed if the correct station is exploded. /// [RegisterComponent, Access(typeof(NukeStationConditionSystem))] public sealed partial class NukeStationConditionComponent : Component;