Add routine for hunter mark first step
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
from bots.components.spell import Spell
|
||||
|
||||
class Routine:
|
||||
def __init__(self, monitor, player) -> None:
|
||||
self.player = player
|
||||
self.monitor = monitor
|
||||
self.monitor = monitor
|
||||
self.arcaneShotSpell = Spell(monitor, "hunter/general/ArcaneShot.jpg")
|
||||
|
||||
def hasTarget(self):
|
||||
pass
|
||||
|
||||
def start(self):
|
||||
print("Starting fight routine")
|
||||
Reference in New Issue
Block a user