ConstStoreSubId.cs 960 B

1234567891011121314151617181920
  1. namespace GFGGame
  2. {
  3. public class ConstStoreSubId
  4. {
  5. public const int STORE_CHARGE = 0;//充值
  6. public const int STORE_CHARGE_ADDUP = 1;//累计充值
  7. public const int STORE_MONTH_GOLD_CARD = 0;//灵犀卡
  8. public const int STORE_MONTH_BLACK_CARD = 1;//璇玑卡
  9. public const int STORE_GIFT_BAG_ACTIVITY = 0;//活动
  10. public const int STORE_GIFT_BAG_TIME_LIMIT = 1;//珍珠商城
  11. public const int STORE_GIFT_BAG_GREATEST = 2;//材料商城
  12. public const int STORE_GIFT_BAG_HOT = 3;//热销
  13. public const int STORE_EXCHANGE_GALLERY = 0;//画廊商城
  14. public const int STORE_EXCHANGE_LEAGUE = 1;//雅集商城
  15. public const int STORE_ARENA_ITEM = 0;//竞技场
  16. public const int FU_ZHUANG_DIAN = 0;//服装店
  17. public const int ENDURING_GIFT_BOX_POWER = 0;//常驻礼包-体力
  18. public const int ENDURING_GIFT_BOX_GOLD = 1;//常驻礼包-金币
  19. }
  20. }