holdingSword()

public void holdingSword()
    {
        if (!transform.Find("Sword").gameObject.GetComponent().particlesRunning)
        {
            animator.SetBool("holdingSword", false);
            //transform.Find("Sword").gameObject.SetActive(false);
        }
    }


Comments

Leave a Reply

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