namespace Content.Server._CP14.Procedural.GlobalWorld.Components; /// /// Added to cards on which procedural generation occurs, and removed when generation is successfully completed. /// [RegisterComponent] public sealed partial class CP14ActiveJobGenerationComponent : Component { }