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