Add DungeonMapRandomizer
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user