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