stopCrouching()

private void stopCrouching()
    {
        _isCrouching = false;
        if (animator.GetBool("hasCrouched"))
        {
            animator.SetBool("hasCrouched", false);
        }
    }


Comments

Leave a Reply

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