mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Fix: Add missing file
This commit is contained in:
parent
1927331af9
commit
461132bbd0
5
alas.py
5
alas.py
@ -231,5 +231,10 @@ class AzurLaneAutoScript:
|
||||
az = OSCampaignRun(self.config, device=self.device)
|
||||
az.run()
|
||||
|
||||
def os_fully_auto(self):
|
||||
from module.campaign.os_run import OSCampaignRun
|
||||
az = OSCampaignRun(self.config, device=self.device)
|
||||
az.run_operation_siren()
|
||||
|
||||
# alas = AzurLaneAutoScript()
|
||||
# alas.reward()
|
||||
|
Loading…
Reference in New Issue
Block a user