void InputProcess()
        {
            if (Input.GetKeyDown(KeyCode.Space))
            {
                target.Jump();
            }

            inputProcess();

            //if (NMAgent != null && bUseClickToPathfinding)
            //ClickToMove();
        }