Example #1
0
 void IsDead()
 {
     if (bossHealth.healthPointsCurrently <= 0)
     {
         bossAI.IsDead(true);
     }
 }