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

8 lines
289 B
C#

namespace Content.Server._DV.Objectives.Components;
/// <summary>
/// Triggers <see cref="Server.Objectives.Components.CodeConditionComponent" /> when an anomaly goes supercritical.
/// </summary>
[RegisterComponent]
public sealed partial class CritAnomalyConditionComponent : Component;