mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 03:40:37 +08:00
Add: [CN, JP] island production using manjuu
This commit is contained in:
4
alas.py
4
alas.py
@@ -407,6 +407,10 @@ class AzurLaneAutoScript:
|
||||
GemsFarming(config=self.config, device=self.device).run(
|
||||
name=self.config.Campaign_Name, folder=self.config.Campaign_Event, mode=self.config.Campaign_Mode)
|
||||
|
||||
def island_production(self):
|
||||
from module.island.production import IslandProduction
|
||||
IslandProduction(config=self.config, device=self.device).run()
|
||||
|
||||
def island_freebie(self):
|
||||
from module.island.freebie import IslandFreebie
|
||||
IslandFreebie(config=self.config, device=self.device).run()
|
||||
|
||||
Reference in New Issue
Block a user