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