hxp
2021-11-09 f4f907ae6ae2f22207859230e8fc88583fe3a723
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
@@ -247,6 +247,10 @@
def GetChatBubbleBox(curPlayer): return curPlayer.GetExAttr10()
def SetChatBubbleBox(curPlayer, value): return curPlayer.SetExAttr10(value)
##伴侣ID
def GetCoupleID(curPlayer): return curPlayer.GetExAttr11()
def SetCoupleID(curPlayer, coupleID): return curPlayer.SetExAttr11(coupleID)
##玩家主动退出仙盟时间(<100代表退出次数)
def SetLeaveFamilyTime(curPlayer, value, isSyncMap=True):
    curPlayer.SetExAttr12(value)