| | |
| | | m_SurpassLevel.gameObject.SetActive(false); |
| | | break; |
| | | case 4: |
| | | if (!findPreciousModel.IsRealmEnoughToKillBoss(bossId)) |
| | | if (!findPreciousModel.IsBossUnlock(bossId)) |
| | | { |
| | | m_NoDamageTip.gameObject.SetActive(true); |
| | | m_SurpassLevel.gameObject.SetActive(false); |
| | |
| | | |
| | | private void DisplayGotoKillButton(int bossId) |
| | | { |
| | | var config = CrossServerBossConfig.Get(model.selectedBoss); |
| | | var isUnlock = config.MonsterType != 4 || findPreciousModel.IsBossUnlock(model.selectedBoss); |
| | | m_Goto.gameObject.SetActive(isUnlock); |
| | | } |
| | | |
| | | private void DisplaySubscribe(int bossId) |