feat(pack): gacha-point catalog read (legendaries + leader cards)

This commit is contained in:
gamer147
2026-05-28 23:11:48 -04:00
parent ef1af8259e
commit 66c0b1c951
4 changed files with 345 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ public class Program
builder.Services.AddScoped<SVSim.Database.Services.IGameConfigService, GameConfigService>();
builder.Services.AddScoped<ICardPoolProvider, DbCardPoolProvider>();
builder.Services.AddScoped<PackOpenService>();
builder.Services.AddScoped<IGachaPointService, GachaPointService>();
builder.Services.AddScoped<ICardAcquisitionService, CardAcquisitionService>();
builder.Services.AddScoped<RewardGrantService>();
builder.Services.AddScoped<SVSim.Database.Repositories.BattlePass.IBattlePassRepository,