hch
2019-06-28 32c4493813924e3f13485c803cd9b27a558927fd
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
@@ -910,23 +910,6 @@
IPY_Friend_swigregister = _IPY_GameObj.IPY_Friend_swigregister
IPY_Friend_swigregister(IPY_Friend)
class IPY_Account(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_Account, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_Account, name)
    def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")
    __repr__ = _swig_repr
    def GetOperator(self): return _IPY_GameObj.IPY_Account_GetOperator(self)
    def GetAreaID(self): return _IPY_GameObj.IPY_Account_GetAreaID(self)
    def GetGeTuiClientID(self): return _IPY_GameObj.IPY_Account_GetGeTuiClientID(self)
    def GetDeviceFlag(self): return _IPY_GameObj.IPY_Account_GetDeviceFlag(self)
    def GetLastLoginTime(self): return _IPY_GameObj.IPY_Account_GetLastLoginTime(self)
    __swig_destroy__ = _IPY_GameObj.delete_IPY_Account
    __del__ = lambda self : None;
IPY_Account_swigregister = _IPY_GameObj.IPY_Account_swigregister
IPY_Account_swigregister(IPY_Account)
class IPY_Player(IPY_GameObj):
    __swig_setmethods__ = {}
    for _s in [IPY_GameObj]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{}))