Пример #1
0
 def __init__(self, userPkmn, targets, environment):
     """ Create the Action Menu for the given Pokemon """
     self.pkmn = userPkmn
     self.targets = targets
     self.environment = environment
     self.action = None
     BoxMenu.__init__(self)
Пример #2
0
 def __init__(self, userPkmn, targets, environment):
     """ Create the Action Menu for the given Pokemon """
     self.pkmn = userPkmn
     self.targets = targets
     self.environment = environment
     self.action = None
     BoxMenu.__init__(self)
Пример #3
0
 def __init__(self, userPkmn):
     """ Create the Action Menu for the given Pokemon """
     self.pkmn = userPkmn
     self.action = None
     BoxMenu.__init__(self)
Пример #4
0
 def __init__(self, userPkmn):
     """ Create the Action Menu for the given Pokemon """
     self.pkmn = userPkmn
     self.action = None
     BoxMenu.__init__(self)