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