1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 16:09:25 +08:00
Files
Alas/module/os_handler/enemy_searching.py

8 lines
262 B
Python
Raw Normal View History

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, offset=(200, 5))