using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Sets the target for to a random head. /// If there are no heads it will fallback to any person. /// [RegisterComponent, Access(typeof(KillPersonConditionSystem))] public sealed partial class PickRandomHeadComponent : Component { }