def onEnemyEmpty(self):
        """
		virtual method.
		The enemy list is empty
		"""
        AI.onEnemyEmpty(self)
        Combat.onEnemyEmpty(self)
Exemplo n.º 2
0
    def onEnemyEmpty(self):
        """
		virtual method.
		敌人列表空了
		"""
        AI.onEnemyEmpty(self)
        Combat.onEnemyEmpty(self)
Exemplo n.º 3
0
	def onEnemyEmpty(self):
		"""
		virtual method.
		敌人列表空了
		"""
		AI.onEnemyEmpty(self)
		Combat.onEnemyEmpty(self)