Add DungeonMapRandomizer

This commit is contained in:
2026-01-04 00:43:18 -06:00
parent 4c7022d8e7
commit a90286578c
10 changed files with 61 additions and 13 deletions

View File

@@ -71,6 +71,7 @@
builder.Services.AddSingleton<CommonSettingsProcessor>();
builder.Services.AddKeyedScoped<IRandomizer, BaseRandomizer>(BaseRandomizer.Name);
builder.Services.AddKeyedScoped<IRandomizer, BaseRandomizer>(BaseRandomizer.DungeonMapName);
builder.Services.AddKeyedScoped<IRandomizer, Apr2025Randomizer>(Apr2025Randomizer.Name);
builder.Services.AddScoped<BaseRandomizer>();