Example #1
0
        private void ReturnCameraToFocus()
        {
            if (_currentCatInFocus == null && !_cameraAnimationInProgress)
            {
                return;
            }
            _currentCatInFocus.EndConversation();

            if (OnEndConversation != null)
            {
                OnEndConversation();
            }
        }