RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
InteractionEventListener.java
1package com.osroyale.content.event;
2
3import com.osroyale.game.world.entity.mob.player.Player;
4
5public interface InteractionEventListener {
6
7 boolean onEvent(Player player, InteractionEvent interactionEvent);
8}