5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发
| | |
| | | |
| | | protected override void OnPreOpen() |
| | | { |
| | | IsInquireReward(); |
| | | OnCreateGridLineCell(m_ScrollerController); |
| | | } |
| | | |
| | |
| | | SeasonRewardCell seasonRewardCell = cell.GetComponent<SeasonRewardCell>();
|
| | | seasonRewardCell.ScrollerDataTypAndId(type, Index);
|
| | | } |
| | | |
| | | private void IsInquireReward()
|
| | | {
|
| | | bool isbool = crossServerRewardModel.IsAwardState(CrossRealmPKAwardStateEnum.SeasonAwardState,-1);
|
| | | if (CrossServerOneVsOnePKSeason.Instance.SeasonState == 2 && !isbool)
|
| | | {
|
| | | crossServerRewardModel.ViewCrossPKBillboard(CrossServerOneVsOnePKSeason.Instance.ZoneID, CrossServerOneVsOnePKSeason.Instance.SeasonID);
|
| | | }
|
| | | } |
| | | } |
| | | |
| | | } |