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