| | |
| | | //基金(战令)
|
| | | 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 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;
|
| | | 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 仙盟活动红点
|