| System/FriendSystem/New/FriendsModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/FriendSystem/New/FriendsModel.cs
@@ -756,6 +756,14 @@ return null; } //得到单个玩家信息 public FriendPlayer GetFirendInfo(int friendId) { FriendPlayer player = null; _socialPlayerDict.TryGetValue((uint)friendId,out player); return player; } //得到所有请求加好友的玩家信息 public Dictionary<uint, FriendPlayer> GetFriendQuestDict() {