1234567891011121314151617181920 |
- namespace GFGGame
- {
- public class ConstStoreSubId
- {
- public const int STORE_CHARGE = 0;//充值
- public const int STORE_CHARGE_ADDUP = 1;//累计充值
- public const int STORE_MONTH_GOLD_CARD = 0;//灵犀卡
- public const int STORE_MONTH_BLACK_CARD = 1;//璇玑卡
- public const int STORE_GIFT_BAG_ACTIVITY = 0;//活动
- public const int STORE_GIFT_BAG_TIME_LIMIT = 1;//珍珠商城
- public const int STORE_GIFT_BAG_GREATEST = 2;//材料商城
- public const int STORE_GIFT_BAG_HOT = 3;//热销
- public const int STORE_EXCHANGE_GALLERY = 0;//画廊商城
- public const int STORE_EXCHANGE_LEAGUE = 1;//雅集商城
- public const int STORE_ARENA_ITEM = 0;//竞技场
- public const int FU_ZHUANG_DIAN = 0;//服装店
- public const int ENDURING_GIFT_BOX_POWER = 0;//常驻礼包-体力
- public const int ENDURING_GIFT_BOX_GOLD = 1;//常驻礼包-金币
- }
- }
|