Wowxel/bots/fighting/hunter/marksmanship/Routine.py
2024-09-22 20:07:09 -04:00

4 lines
113 B
Python

class Routine:
def __init__(self, monitor, player) -> None:
self.player = player
self.monitor = monitor