mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Initial commit
This commit is contained in:
11
module/handler/strategy.py
Normal file
11
module/handler/strategy.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from module.handler.assets import STRATEGY_OPEN_1
|
||||
from module.handler.info_bar import InfoBarHandler
|
||||
|
||||
|
||||
class StrategyHandler(InfoBarHandler):
|
||||
def handle_opened_strategy_bar(self):
|
||||
if self.appear_then_click(STRATEGY_OPEN_1):
|
||||
self.device.sleep(0.5)
|
||||
return True
|
||||
|
||||
return False
|
||||
Reference in New Issue
Block a user