Example #1
0
 public void OnNewGameChange(string text)
 {
     if (_selectedGame != null && newGameInput.text.Trim() != string.Empty)
     {
         _selectedGame.SetIsOn(false);
         _selectedGame = null;
     }
 }