Exemple #1
0
 private void AddRegularFriend()
 {
     userInterfaceManager.AddFriend();
     StartCoroutine(DestroyGainedFriendAfterDelay());
 }