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

9 lines
186 B
C#

namespace Content.Server.Objectives.Components;
[RegisterComponent]
public sealed partial class CosmicVictoryConditionComponent : Component
{
[DataField]
public bool Victory;
}