stopThrowing()

public void stopThrowing()
    {
        animator.SetBool("throwing", false);
        animator.SetBool("longThrow", false);
        animator.Play("hero");
    }


Comments

Leave a Reply

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