RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
BotObjectiveListener.java
1package com.osroyale.content.bot.objective;
2
3import com.osroyale.content.bot.PlayerBot;
4
5public interface BotObjectiveListener {
6
7 void init(PlayerBot bot);
8
9 void finish(PlayerBot bot);
10
11}