RuneHive-Game
Loading...
Searching...
No Matches
Package NpcClickEvent

Functions

override fun handleNpc (player:Player, npc:Npc)

Function Documentation

◆ handleNpc()

override fun NpcClickEvent.handleNpc ( player:Player ,
npc:Npc  )

Definition at line 11 of file AttackNpcEvent.kt.

11 : Player, npc: Npc) {
12 player.combat.attack(npc)
13 }