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

10 lines
273 B
C#

namespace Content.Server.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
{
}