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