| | |
| | | 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 HeroCardRedpoint = 200;
|
| | | public Redpoint HeroListRedpoint = new Redpoint(MainHerosRedpoint, HeroCardRedpoint);
|
| | |
| | | public const int FirstChargeRepoint = 468; //首充
|
| | | public const int BoneFieldRepoint = 469; //白骨盈野
|
| | | public const int ArenaRepoint = 470; //演武场
|
| | | public const int TianziBillboradRepoint= 471; //天子的考验
|
| | | public void Register()
|
| | | {
|
| | |
|