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