namespace Content.Server.Objectives.Components; /// /// Use this to mark a player as immune to any target objectives, useful for ghost roles or events. /// [RegisterComponent] public sealed partial class TargetObjectiveImmuneComponent : Component { }