Refactor backend into domain-first slices
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SpaceGame.Api.Universe.Simulation;
|
||||
|
||||
public sealed class WorldGenerationOptions
|
||||
{
|
||||
public int TargetSystemCount { get; init; } = 160;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user