8 lines
147 B
C#
8 lines
147 B
C#
namespace SpaceGame.Api.Universe.Simulation;
|
|
|
|
public sealed class WorldGenerationOptions
|
|
{
|
|
public int TargetSystemCount { get; init; } = 160;
|
|
|
|
}
|