示例#1
0
 def __init__(self, url, dirs):
     PokerGameClient.__init__(self, url, dirs)
     self.log = log.getChild(self.__class__.__name__)
     self.level_skin = ""
     self.currency_serial = 0
     self.history_index = 0
     self.position_info = [ 0, 0 ]
示例#2
0
 def __init__(self, url, dirs):
     PokerGameClient.__init__(self, url, dirs)
     self.level_skin = ""
     self.currency_serial = 0
     self.history_index = 0
     self.position_info = [ 0, 0 ]