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

This commit is contained in:
gamer147
2026-07-03 22:28:42 -04:00
parent 4e49a1236d
commit f26e8ceaec
3 changed files with 0 additions and 18 deletions

View File

@@ -1,10 +0,0 @@
// PASS-8/Phase-2 STUB: 1,419-line client-side gacha pack-opening UI reduced to the
// compile-time surface external callers touch. Held alive by pack-opening flow callers
// referencing GachaUI.CardPackType enum and GachaUI.IsTsStepupPackId. Two members
// preserved. See Task 2b of PASS8-PLAN.md.
public class GachaUI : UIBase
{
public enum CardPackType
{
NONE}
}

View File

@@ -3,6 +3,5 @@ namespace Wizard;
public enum PackCategory
{
None,
LegendCardPack,
SpecialCardPack,
LimitedSpecialCardPack}

View File

@@ -1,7 +0,0 @@
namespace Wizard;
public class PackChildGachaInfo
{
public int Cost { get; set; }
}