1package org.jire.runehiveps.event.npc
3import com.runehive.content.event.impl.SecondNpcClick
4import com.runehive.game.world.entity.mob.npc.Npc
9class SecondNpcOptionEvent(slot: Int) : NpcOptionEvent(slot, 1) {
11 override fun createInteractionEvent(npc: Npc) = SecondNpcClick(npc)