xdh
2018-12-25 50e3ed055b140e0e273f37a9d894a6e21ebe1672
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerSocial.py
@@ -99,6 +99,8 @@
    def GetCount(self):
        return len(self.SocialDict)
    
    def GetSocialIDList(self): return self.SocialDict.keys()
    def Find(self, tagID):
        return self.SocialDict.get(tagID, None)