1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 20:39:05 +08:00

Del: Event3

This commit is contained in:
sui-feng-cb
2024-08-16 08:51:07 +08:00
parent 407d12fede
commit 98b732a1c5
14 changed files with 34 additions and 595 deletions

View File

@@ -375,11 +375,6 @@ class AzurLaneAutoScript:
CampaignRun(config=self.config, device=self.device).run(
name=self.config.Campaign_Name, folder=self.config.Campaign_Event, mode=self.config.Campaign_Mode)
def event3(self):
from module.campaign.run import CampaignRun
CampaignRun(config=self.config, device=self.device).run(
name=self.config.Campaign_Name, folder=self.config.Campaign_Event, mode=self.config.Campaign_Mode)
def raid(self):
from module.raid.run import RaidRun
RaidRun(config=self.config, device=self.device).run()