def _harvest(self, plant, amount):
     cmd = HarvestCommand(self.sms)
     cmd.plant = plant
     cmd.amount = amount
     return cmd
Exemplo n.º 2
0
 def _harvest(self, plant, amount):
     cmd = HarvestCommand(self.sms)
     cmd.plant = plant
     cmd.amount = amount
     return cmd