12345678910111213141516171819 |
- namespace GFGGame
- {
- public class ConstStoreSubId
- {
- public const int STORE_CHARGE = 0;//充值
- public const int STORE_CHARGE_ADDUP = 1;//累计充值
- public const int STORE_MONTH_GLOAD_CARD = 0;//金卡
- public const int STORE_MONTH_BLACK_CARD = 0;//黑金卡
- 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;//服装店
- }
- }
|