| | |
| | |
|
| | | //签到
|
| | | public const int RedPoint_SignKey = 107;
|
| | | |
| | |
|
| | | //坐骑
|
| | | public const int RedPoint_HorseKey = 108;
|
| | | //特权卡
|
| | | public const int RedPoint_PrivilegeCard = 109;
|
| | | Redpoint pcardRedpoint = new Redpoint(RedPoint_PrivilegeCard);
|
| | | |
| | | //自动战斗
|
| | | public const int RedPoint_AutoBattleKey = 110;
|
| | | Redpoint autoBattleRedpoint = new Redpoint(RedPoint_AutoBattleKey);
|
| | |
|
| | |
|
| | | //武将卡
|
| | | public const int HeroCardRedpoint = 200;
|
| | |
| | | #endregion
|
| | |
|
| | |
|
| | | #region 开服活动红点
|
| | | public const int REDPOINT_OPENSERVER = 209;
|
| | | public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
|
| | |
|
| | | //280 开头用于节日祝福
|
| | | public const int RedPoint_HolidayWishes = 280;
|
| | | public Redpoint holidayWishesRedpoint = new Redpoint(RedPoint_HolidayWishes);
|
| | |
|
| | | #endregion
|
| | | public const int REDPOINT_OPENRANK = 258;
|
| | | public Redpoint openRankRedpoint = new Redpoint(REDPOINT_OPENRANK);
|
| | | #region 仙盟活动红点
|
| | |
| | | public const int BlessedLandRedpoint = 444; //淘金红点
|
| | | public const int CustomizedGiftRedpoint = 448; //自选礼包
|
| | | public const int LoginZhanLingRedpoint = 449; //登录战令
|
| | | public const int PhantasmPavilionRepoint = 459; //幻境阁
|
| | |
|
| | | public const int FairyEmbleManageRepoint = 462;//仙盟徽章管理入口红点
|
| | | public const int CycleHallRepoint = 463; //轮回殿
|
| | | public const int YunShiRepoint = 464; //运势
|
| | |
| | | public const int FirstChargeRepoint = 468; //首充
|
| | | public const int BoneFieldRepoint = 469; //白骨盈野
|
| | | public const int ArenaRepoint = 470; //演武场
|
| | | public const int TianziBillboradRepoint= 471; //天子的考验
|
| | | public const int TianziBillboradRepoint = 471; //天子的考验
|
| | | public const int PhantasmPavilionRepoint = 472; //幻境阁
|
| | | public void Register()
|
| | | {
|
| | |
|