mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-14 13:50:01 +08:00
8 lines
245 B
Python
8 lines
245 B
Python
|
|
from module.handler.enemy_searching import EnemySearchingHandler as EnemySearchingHandler_
|
||
|
|
from module.os_handler.assets import *
|
||
|
|
|
||
|
|
|
||
|
|
class EnemySearchingHandler(EnemySearchingHandler_):
|
||
|
|
def is_in_map(self):
|
||
|
|
return self.appear(IN_MAP)
|