endPersistant()

public void endPersistant()
    {
        transform.Find("persistantLocation").gameObject.SetActive(false);
        transform.Find("Hero_Persistant_Arm").gameObject.SetActive(false);
        animator.SetBool("isholdingSomething", false);
    }


Comments

Leave a Reply

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