1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-02 04:54:08 +08:00

Add: 1-1 Affinity farming

This commit is contained in:
LmeSzinc
2020-08-14 08:05:26 +08:00
parent bd215e0e98
commit afcf48f89f
13 changed files with 115 additions and 11 deletions

View File

@@ -158,6 +158,12 @@ class AzurLaneAutoScript:
az = AzurLaneDaemon(self.config, device=self.device)
az.daemon()
def c11_affinity_farming(self):
from module.campaign.run import CampaignRun
az = CampaignRun(self.config, device=self.device)
az.run('campaign_1_1_affinity_farming')
self.reward_when_finished()
def c72_mystery_farming(self):
from module.campaign.run import CampaignRun
az = CampaignRun(self.config, device=self.device)