예제 #1
0
    void FixedUpdate()
    {
        core.AIUpdate(this);
        currentState.StateUpdate(this);

        //_inventory._animator.SetBool("isWalking", !agent.velocity.Equals(Vector3.zero));
    }