hideSword()

public void hideSword()
    {
        animator.SetBool("swordAttack", false);
        animator.SetBool("holdingSword", true);
    }


Comments

Leave a Reply

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