Ejemplo n.º 1
0
 def __init__(self):
     DAAPIModule.__init__(self)
     self._defCost = -1.0
     self._isGold = 0
     self._vehPriceFactor = 1.0
     self.currentItemID = None
     return
Ejemplo n.º 2
0
 def __init__(self):
     DAAPIModule.__init__(self)
     self._defCost = -1.0
     self._isGold = 0
     self._vehPriceFactor = 1.0
     self.currentItemID = None
     return
Ejemplo n.º 3
0
 def __init__(self, nationID):
     DAAPIModule.__init__(self)
     self.currentGroup = None
     self.__defCost = -1.0
     self.__isGold = 0
     self.__vehPriceFactor = 1.0
     self.currentItemID = None
     self._nationID = nationID
     return
Ejemplo n.º 4
0
 def __init__(self, nationID):
     DAAPIModule.__init__(self)
     self.currentGroup = None
     self.__defCost = -1.0
     self.__isGold = 0
     self.__vehPriceFactor = 1.0
     self.currentItemID = None
     self._nationID = nationID
     return
Ejemplo n.º 5
0
 def __init__(self):
     DAAPIModule.__init__(self)
     self.sounds = GuiSoundsLoader()
Ejemplo n.º 6
0
 def __init__(self):
     DAAPIModule.__init__(self)
     self.sounds = GuiSoundsLoader()