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