mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 19:43:28 +08:00
Add: event shop
This commit is contained in:
4
alas.py
4
alas.py
@@ -221,6 +221,10 @@ class AzurLaneAutoScript:
|
||||
from module.shop.shop_reward import RewardShop
|
||||
RewardShop(config=self.config, device=self.device).run_once()
|
||||
|
||||
def event_shop(self):
|
||||
from module.shop_event.shop_event import EventShop
|
||||
EventShop(config=self.config, device=self.device).run()
|
||||
|
||||
def shipyard(self):
|
||||
from module.shipyard.shipyard_reward import RewardShipyard
|
||||
RewardShipyard(config=self.config, device=self.device).run()
|
||||
|
||||
Reference in New Issue
Block a user