Example #1
0
 void TaskOnPlayer1NameChanged(string newText)
 {
     playerDB.SetPlayer2Name(newText);
     CheckReadyToPlay();
 }