| | |
| | |
|
| | | //历练秘笈
|
| | | public const int RedPoint_LLMJKey = 106;
|
| | | |
| | |
|
| | | //签到
|
| | | public const int RedPoint_SignKey = 107;
|
| | |
|
| | | //坐骑
|
| | | public const int RedPoint_HorseKey = 108;
|
| | | Redpoint redPointHorse = new Redpoint(RedPoint_HorseKey);
|
| | | |
| | |
|
| | | //特权卡
|
| | | public const int RedPoint_PrivilegeCard = 109;
|
| | | Redpoint pcardRedpoint = new Redpoint(RedPoint_PrivilegeCard);
|
| | | |
| | |
|
| | | //自动战斗
|
| | | public const int RedPoint_AutoBattleKey = 110;
|
| | | Redpoint autoBattleRedpoint = new Redpoint(RedPoint_AutoBattleKey);
|
| | |
| | | #endregion
|
| | |
|
| | | public const int BlessLVRedpoint = 399; //祝福等级红点
|
| | | |
| | |
|
| | |
|
| | | #region 仙盟红点
|
| | | //大厅
|
| | |
| | | public const int LoginZhanLingRedpoint = 449; //登录战令
|
| | |
|
| | | public const int FairyEmbleManageRepoint = 462;//仙盟徽章管理入口红点
|
| | | public const int CycleHallRepoint = 463; //轮回殿
|
| | |
|
| | | public const int YunShiRepoint = 464; //运势
|
| | | public const int LianQiRepoint = 465; //仙匠大会
|
| | | public const int FairySiegeRepoint = 466; //仙盟攻城战
|
| | |
| | | public const int HeroFatesRepoint = 475;//宿缘
|
| | | public const int DailyTehui = 476;//每日特惠
|
| | | public const int WarlordPavilionRepoint = 477;//定军阁
|
| | | public const int TimeRushRepoint = 478; //轮回殿
|
| | | public void Register()
|
| | | {
|
| | |
|