10 lines
306 B
C#
10 lines
306 B
C#
|
|
namespace Content.Server._CP14.Procedural.GlobalWorld.Components;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Added to cards on which procedural generation occurs, and removed when generation is successfully completed.
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class CP14ActiveJobGenerationComponent : Component
|
||
|
|
{
|
||
|
|
}
|