Esempio n. 1
0
 private void Check()
 {
     if (teamName.Trim() != "")
     {
         playButton.SetInteractable(true);
     }
     else
     {
         playButton.SetInteractable(false);
     }
 }