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:
6
alas.py
6
alas.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user