Exemplo n.º 1
0
 private void SteamOnJoinFriendRequest(ulong friendSteamID)
 {
     SendCommand(new SteamJoinFriend()
     {
         FriendSteamID = friendSteamID.ToString()
     });
     steam.SendSteamNotifyJoin(friendSteamID);
 }
Exemplo n.º 2
0
 private void SteamOnJoinFriendRequest(ulong friendSteamID)
 {
     LastUserAction = DateTime.Now;
     SendCommand(new SteamJoinFriend()
     {
         FriendSteamID = friendSteamID.ToString()
     });
     steam.SendSteamNotifyJoin(friendSteamID);
 }