| | |
| | | public const int RedPoint_WeekBPFuncKey = 1042; //周奖励(战令)
|
| | | public const int RedPoint_MainMissionKey = 1043; //主线任务奖励(成就)
|
| | |
|
| | | //基金(战令)
|
| | | public const int RedPoint_FundKey = 105;
|
| | | public Redpoint redPointFund = new Redpoint(RightFuncRedpoint, RedPoint_FundKey);
|
| | |
|
| | | //历练秘笈
|
| | | public const int RedPoint_LLMJKey = 106;
|
| | | |
| | | //签到
|
| | | public const int RedPoint_SignKey = 107;
|
| | | |
| | | //坐骑
|
| | | public const int RedPoint_HorseKey = 108;
|
| | | |
| | | //武将卡
|
| | | public const int HeroCardRedpoint = 200;
|
| | | public Redpoint HeroListRedpoint = new Redpoint(MainHerosRedpoint, HeroCardRedpoint);
|
| | |
| | | #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 仙盟活动红点
|