Exemplo n.º 1
0
 def __init__(self, level):
     """ Initialize the Move Rating """
     Rating.__init__(self, level)
     self.moveCount = 0
Exemplo n.º 2
0
 def __init__(self, level):
     """ Initialize the Move Rating """
     Rating.__init__(self, level)
     self.moveCount = 0
Exemplo n.º 3
0
 def __init__(self, power, level):
     """ Initialize the Power Rating """
     Rating.__init__(self, level)
     self.power = power
Exemplo n.º 4
0
 def __init__(self, power, level):
     """ Initialize the Power Rating """
     Rating.__init__(self, level)
     self.power = power