Delta-v/Content.Server/_DV/Objectives/Components/TargetObjectiveImmuneCompon...

9 lines
275 B
C#

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