12 lines
404 B
C#
12 lines
404 B
C#
// 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,
|
|
TICKET_MULTI}
|
|
}
|