xdh
2018-12-25 356afb501ebec9b0241c1f8e2de91efd6022c99c
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)