Exemplo n.º 1
0
 def create_minion(self, player):
     res = Minion(self.base_attack, self.health, taunt=self.taunt)
     res.name = self.name
     return res
Exemplo n.º 2
0
 def create_minion(self, player):
     res = Minion(self.base_attack, self.health, taunt=self.taunt)
     res.name = self.name
     return res