RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
FirstNpcClick.java
1
package
com.osroyale.content.event.impl;
2
3
import
com.osroyale.game.world.entity.mob.npc.Npc;
4
21
22
public
class
FirstNpcClick
extends
NpcInteractionEvent {
23
24
public
FirstNpcClick(
Npc
npc) {
25
super(InteractionType.FIRST_CLICK_NPC, npc, 0);
26
}
27
}
com.osroyale.game.world.entity.mob.npc.Npc
Definition
Npc.java:66