Delta-v/Content.Server/_DV/CosmicCult/Components/CosmicConversionConditionCo...

12 lines
304 B
C#

namespace Content.Server.Objectives.Components;
[RegisterComponent]
public sealed partial class CosmicConversionConditionComponent : Component
{
/// <summary>
/// The amount of cultists this objective would like to be converted
/// </summary>
[DataField]
public int Converted;
}