feat: production chain
This commit is contained in:
8
apps/backend/Simulation/WorldGenerationOptions.cs
Normal file
8
apps/backend/Simulation/WorldGenerationOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SpaceGame.Simulation.Api.Simulation;
|
||||
|
||||
public sealed class WorldGenerationOptions
|
||||
{
|
||||
public int TargetSystemCount { get; init; } = 160;
|
||||
|
||||
public bool IncludeSolSystem { get; init; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user