Beispiel #1
0
 private void CheckSecondPhase()
 {
     if (currentHP <= 8 && isSecondPhase == false)
     {
         GetComponent <BossSecondAbility>().unlock = true;
         ArenaEvents.SpawnTaco();
         isSecondPhase = true;
     }
 }
Beispiel #2
0
 private void SpawnHealPack()
 {
     ArenaEvents.SpawnTaco();
 }