Exemplo n.º 1
0
 public void OnInputFieldEndEdit()
 {
     Debug.Log("Name changed to " + nameText.text);
     _lobbyPlayer.NameChanged(nameText.text);
 }