cull(engine-cleanup): pass-8 phase-2 cascade round 3 after GachaUI stub

This commit is contained in:
gamer147
2026-07-03 22:27:45 -04:00
parent 78971adc46
commit 4e49a1236d
11 changed files with 2 additions and 105 deletions

View File

@@ -6,7 +6,6 @@ namespace Wizard;
public class PackConfig
{
public List<PackChildGachaInfo> ChildGachaInfoList { get; } = new List<PackChildGachaInfo>();
public int PackId { get; set; }
@@ -16,8 +15,6 @@ public class PackConfig
public PackCategory Category { get; set; }
public int OverrideUIEffectPackId { get; set; }
public bool IsSpecialCardPack
{
get
@@ -29,6 +26,4 @@ public class PackConfig
return true;
}
}
public bool IsLegendCardPack => Category == PackCategory.LegendCardPack;
}