1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-20 23:45:36 +08:00

Add: [EN] Private Quarters support

This commit is contained in:
nEEtdo0d
2025-04-19 16:43:26 -04:00
parent 659edebb2c
commit 09caf9704f
45 changed files with 531 additions and 1 deletions

View File

@@ -237,6 +237,10 @@ class AzurLaneAutoScript:
from module.minigame.minigame import Minigame
Minigame(config=self.config, device=self.device).run()
def private_quarters(self):
from module.private_quarters.private_quarters import PrivateQuarters
PrivateQuarters(config=self.config, device=self.device).run()
def daily(self):
from module.daily.daily import Daily
Daily(config=self.config, device=self.device).run()