1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 02:57:19 +08:00

Add: Maa Reclamation Algorithm (#2210)

This commit is contained in:
SarContDeli
2023-02-04 16:47:55 +08:00
committed by GitHub
parent 3ee5f7258f
commit 2f97a6c819
11 changed files with 85 additions and 1 deletions

View File

@@ -118,6 +118,9 @@ class ArknightsAutoScript(AzurLaneAutoScript):
def maa_roguelike(self):
AssistantHandler(config=self.config, asst=self.asst).roguelike()
def maa_reclamation_algorithm(self):
AssistantHandler(config=self.config, asst=self.asst).reclamation_algorithm()
def loop(config_name):
ArknightsAutoScript(config_name).loop()