Exemplo n.º 1
0
 def card_type_init(self):
     super(BasicLandType, self).card_type_init()
     EventController.register(self, Event.TAP, self.tap_land_event)
 def card_type_init(self):
     EventController.register(self, Event.PLAY, self.play_card_event)
Exemplo n.º 3
0
 def card_type_init(self):
     super(BasicLandType, self).card_type_init()
     EventController.register(self, Event.TAP, self.tap_land_event)
Exemplo n.º 4
0
 def card_type_init(self):
     EventController.register(self, Event.PLAY, self.play_card_event)