Ejemplo n.º 1
0
 def __init_selectable_component(self):
     self.selectable_comp = SelectableBuildingComponent
     try:
         template = self._class.get_component_template(SelectableComponent)
         self.selectable_comp = SelectableComponent.get_instance(template)
     except KeyError:
         pass
Ejemplo n.º 2
0
	def __init_selectable_component(self):
		self.selectable_comp = SelectableBuildingComponent
		try:
			template = self._class.get_component_template(SelectableComponent)
			self.selectable_comp = SelectableComponent.get_instance(template)
		except KeyError:
			pass