HeroDeath()

Found in:

public void HeroDeath()
    {
        dead = true;
        Debug.Log("Death Counter");
        
        hero.animator.SetBool("death", dead);
        
        //hero.HaltControls();

    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *