void RemoveFocus() { if (focus != null) { focus.isFocus = false; focus.OndeFocuded(); } focus = null; Motor.StopFollowTarget(); }