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