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

Add: Add os_clear_map to GUI

This commit is contained in:
LmeSzinc
2021-01-26 17:40:14 +08:00
parent 0077eb4d9c
commit 711fcf76a5
7 changed files with 33 additions and 0 deletions

View File

@@ -218,6 +218,10 @@ class AzurLaneAutoScript:
az = AzurLaneDaemon(self.config, device=self.device)
az.daemon()
def os_clear_map(self):
from module.campaign.os_run import OSCampaignRun
az = OSCampaignRun(self.config, device=self.device)
az.run()
# alas = AzurLaneAutoScript()
# alas.reward()