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

12 lines
298 B
C#

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