Exemplo n.º 1
0
 def startBattle(self):
     LogitechMonitor.onScreenChange('battle')
     self.__battleWindow = Battle()
     self.__battleWindow.active(True)
     self.__battleWindow.component.visible = False
     self.onInitBattleGUI()
     return self.__battleWindow
Exemplo n.º 2
0
 def _getBattleAppInstance(self):
     return Battle(_SPACE.SF_BATTLE)