|
|
|
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;
|