예제 #1
0
    void RemoveFocus()
    {
        if (focus != null)
        {
            focus.OnDeFocus();
        }

        focus = null;
        moveController.UnFollowTarget();
    }