From 10b4bfe74e3452f830115ab71a316102733b7122 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 12 十一月 2018 19:56:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/FriendSystem/New/FriendsModel.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/System/FriendSystem/New/FriendsModel.cs b/System/FriendSystem/New/FriendsModel.cs
index 43ee0d7..bca3193 100644
--- a/System/FriendSystem/New/FriendsModel.cs
+++ b/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()
{
--
Gitblit v1.8.0