Example #1
0
 def __init__(self, controller):
     Engine.__init__(self, controller)
     self.initialized = False
     self.account = None
Example #2
0
 def __init__(self, controller, map):
     Engine.__init__(self, controller)
     self.map = map
Example #3
0
 def __init__(self, controller):
     Engine.__init__(self, controller)
     self.serials = {}
     self.ids = {}
     self.serial_base = 0x1000
Example #4
0
 def __init__(self, controller):
     Engine.__init__(self, controller)
     self.account = None
Example #5
0
 def __init__(self, controller):
     Engine.__init__(self, controller)
     self.servers = settings.LOGIN_SERVERS
     self.account = None
     self.client_dialect = CLIENT_DIALECT_CLASSIC