mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-30 10:11:53 +08:00
Add: Island Pearl Daemon
This commit is contained in:
4
alas.py
4
alas.py
@@ -438,6 +438,10 @@ class AzurLaneAutoScript:
|
||||
from module.storage.box_disassemble import StorageBox
|
||||
StorageBox(config=self.config, device=self.device, task="BoxDisassemble").run()
|
||||
|
||||
def island_pearl(self):
|
||||
from module.island.pearl_daemon import IslandPearl
|
||||
IslandPearl(config=self.config, device=self.device, task="IslandPearl").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