added randomizer for classes and elite specs
This commit is contained in:
parent
8137b1ca6a
commit
788badff16
5 changed files with 199 additions and 52 deletions
|
@ -24,6 +24,7 @@ builder.Services.AddScoped<RaidService>();
|
|||
builder.Services.AddScoped<UserService>();
|
||||
builder.Services.AddScoped<GuildWars2AccountService>();
|
||||
builder.Services.AddScoped<GuildWars2BuildService>();
|
||||
builder.Services.AddScoped<RaidRandomizerService>();
|
||||
|
||||
|
||||
builder.Services.AddAuthentication(opt =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue