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