Example #1
0
 void UserCreation()
 {
     serverInterface.CreatePlayer(usernameField.GetComponentInChildren <Text>().text, passwordField.GetComponentInChildren <Text>().text);
 }