1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 16:11:29 +08:00

Add: OS full auto and add it to GUI

This commit is contained in:
LmeSzinc
2021-04-17 22:05:36 +08:00
parent 8a71cb6f70
commit 40578204b5
10 changed files with 195 additions and 20 deletions

View File

@@ -22,3 +22,7 @@ class OSCampaignRun(OSMapOperation):
def run(self):
self.load_campaign()
self.campaign.run()
def run_operation_siren(self):
self.load_campaign()
self.campaign.operation_siren()