| | |
| | |
|
| | | private void CheckBossReborn()
|
| | | {
|
| | | if (findPreciousModel.currentBossNotify == 0)
|
| | | if (findPreciousModel.currentBossNotify == default(FindPreciousModel.BossNotify))
|
| | | {
|
| | | m_BossRebornPusher.gameObject.SetActive(false);
|
| | | }
|
| | | else
|
| | | {
|
| | | if (!BossFakeLineUtility.Instance.IsBossVisible(findPreciousModel.currentBossNotify))
|
| | | if (!BossFakeLineUtility.Instance.IsBossVisible(findPreciousModel.currentBossNotify.bossId))
|
| | | {
|
| | | var findPreciousType = findPreciousModel.GetBossFindPreciousType(findPreciousModel.currentBossNotify);
|
| | | var findPreciousType = findPreciousModel.GetBossFindPreciousType(findPreciousModel.currentBossNotify.bossId);
|
| | |
|
| | | var killable = false;
|
| | | var show = true;
|