Beispiel #1
0
 public override void ExecuteAfterAnimation()
 {
     Debug.Log("Halja è morta, avanziamo");
     base.ExecuteAfterAnimation();
     if (!_isDead)
     {
         _isDead = true;
         CampaignProgressionManager cpm = GameObject.FindObjectOfType <CampaignProgressionManager>();
         cpm.Advance(false);
     }
     _halja.DestroyBoss();
 }