Exemplo n.º 1
0
 public void SendFriend(int friendID, ApiBridge.SendFriendType sendFriendType, string notes = "")
 {
     api.SendFriend(friendID, sendFriendType, notes);
 }