| | |
| | | public Dictionary<int, SeasonAwardClass> SegmentRewardDic = new Dictionary<int, SeasonAwardClass>();
|
| | | public ImpactRankModel.RankAwardItem SeasonRewardDic = new ImpactRankModel.RankAwardItem();
|
| | | public Dictionary<int, RankingInformationClass> RankInformationDic = new Dictionary<int, RankingInformationClass>();
|
| | | public Action CrossRealmPKAwardStateUpdate;//领取奖励刷新
|
| | | private uint DayPKCountAwardState; //每日匹配次数奖励记录
|
| | | private uint DayWinCountAwardState; // 每日胜利次数奖励记录
|
| | | private uint DanLVAwardState; // 段位达标奖励记录
|
| | |
| | | DayWinCountAwardState = info.DayWinCountAwardState;
|
| | | DanLVAwardState = info.DanLVAwardState;
|
| | | SeasonAwardState = info.SeasonAwardState;
|
| | | if (CrossRealmPKAwardStateUpdate != null)
|
| | | {
|
| | | CrossRealmPKAwardStateUpdate();
|
| | | }
|
| | | }
|
| | |
|
| | | private bool IsAwardState(CrossRealmPKAwardStateEnum _cross, int Index)//是否已领取奖励
|