Files
SVSimServer/SVSim.BattleEngine/Engine/GachaUI.cs

14 lines
457 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,
FREE_PACKS,
FREE_PACK_WITH_SKIN }
}