コード例 #1
0
 void TaskOnPlayer2NameChanged(string newText)
 {
     playerDB.SetPlayer1Name(newText);
     CheckReadyToPlay();
 }