mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 11:43:08 +08:00
Add: island production planner
This commit is contained in:
4
alas.py
4
alas.py
@@ -443,6 +443,10 @@ class AzurLaneAutoScript:
|
||||
from module.eventstory.eventstory import EventStory
|
||||
EventStory(config=self.config, device=self.device, task="EventStory").run()
|
||||
|
||||
def island_production_planner(self):
|
||||
from module.island_handler.production_planner import IslandProductionPlanner
|
||||
IslandProductionPlanner(config=self.config, device=self.device, task="IslandProductionPlanner").run()
|
||||
|
||||
def azur_lane_uncensored(self):
|
||||
from module.daemon.uncensored import AzurLaneUncensored
|
||||
AzurLaneUncensored(config=self.config, device=self.device, task="AzurLaneUncensored").run()
|
||||
|
||||
Reference in New Issue
Block a user