Beispiel #1
0
 public void AddFriend()
 {
     StartCoroutine(readData.AddFriend());
     //OpenAlertMessage(addFriendInputField.text, null);
 }