Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
 def __init__(self, userPkmn):
     """ Create the Action Menu for the given Pokemon """
     self.pkmn = userPkmn
     self.action = None
     BoxMenu.__init__(self)
Esempio n. 4
0
 def __init__(self, userPkmn):
     """ Create the Action Menu for the given Pokemon """
     self.pkmn = userPkmn
     self.action = None
     BoxMenu.__init__(self)