1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 12:03:51 +08:00

Add: [EN] Support for OS world clearing

This commit is contained in:
nEEtdo0d
2021-05-14 16:19:55 -04:00
parent e0aa32e18b
commit 43ee1f35fe
8 changed files with 62 additions and 4 deletions

View File

@@ -231,6 +231,12 @@ class AzurLaneAutoScript:
az = OSCampaignRun(self.config, device=self.device)
az.run()
def os_world_clear(self):
from module.campaign.os_run import OSCampaignRun
az = OSCampaignRun(self.config, device=self.device)
az.run_clear_os_world()
self.reward_when_finished()
def os_fully_auto(self):
from module.campaign.os_run import OSCampaignRun
az = OSCampaignRun(self.config, device=self.device)