mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +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 = OSCampaignRun(self.config, device=self.device)
|
||||||
az.run()
|
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 = AzurLaneAutoScript()
|
||||||
# alas.reward()
|
# alas.reward()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user