Пример #1
0
 public void SelectThought3()
 {
     if (thought3 != null && _currentThought != thought3)
     {
         if (_currentThought != null)
             _currentThought.UpdateThoughtType();
         _currentThought = thought3;
         StartCoroutine(thought3.StartAnimation());
     }
 }
Пример #2
0
 public void Reset()
 {
     _isThoughtesShow = false;
     _currentThought = null;
 }