using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Sets this objective's target to the exterminator's target override, if it has one. /// If not it will be random. /// [RegisterComponent, Access(typeof(TerminatorTargetOverrideSystem))] public sealed partial class TerminatorTargetOverrideComponent : Component { }