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

Add: 增加12-2打中型练级

This commit is contained in:
LmeSzinc
2020-05-04 21:48:52 +08:00
parent 7d77a8f438
commit 93c6293836
7 changed files with 90 additions and 1 deletions

View File

@@ -132,6 +132,11 @@ class AzurLaneAutoScript:
az = CampaignRun(self.config)
az.run('campaign_12_4_leveling')
def c122_leveling(self):
from module.campaign.run import CampaignRun
az = CampaignRun(self.config)
az.run('campaign_12_2_leveling')
def retire(self):
from module.retire.retirement import Retirement
az = Retirement(self.config)