mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:59:24 +08:00
adj: move RewardSupportBuild to new AzurLaneAutoScript to avoid changing origin code
This commit is contained in:
7
alas.py
7
alas.py
@@ -229,10 +229,6 @@ class AzurLaneAutoScript:
|
||||
from module.gacha.gacha_reward import RewardGacha
|
||||
RewardGacha(config=self.config, device=self.device).run()
|
||||
|
||||
def support_build(self):
|
||||
from module.support_build.reward import RewardSupportBuild
|
||||
RewardSupportBuild(config=self.config, device=self.device).run()
|
||||
|
||||
def freebies(self):
|
||||
from module.freebies.freebies import Freebies
|
||||
Freebies(config=self.config, device=self.device).run()
|
||||
@@ -943,7 +939,8 @@ class AzurLaneAutoScript(AzurLaneAutoScript):
|
||||
|
||||
@disable_all_crack
|
||||
def support_build(self):
|
||||
super().support_build()
|
||||
from module.support_build.reward import RewardSupportBuild
|
||||
RewardSupportBuild(config=self.config, device=self.device).run()
|
||||
|
||||
def hook_op(self):
|
||||
op = self.config.full_config.HookOp_HookOp_Operation
|
||||
|
||||
Reference in New Issue
Block a user