1package com.osroyale.game.world.entity.combat.attack.listener.npc;
3import com.osroyale.game.world.entity.combat.attack.listener.NpcCombatListenerSignature;
4import com.osroyale.game.world.entity.combat.attack.listener.SimplifiedListener;
5import com.osroyale.game.world.entity.combat.hit.Hit;
6import com.osroyale.game.world.entity.mob.Mob;
7import com.osroyale.game.world.entity.mob.npc.Npc;
8import com.osroyale.game.world.entity.mob.player.Player;
9import com.osroyale.game.world.entity.skill.Skill;
16 public void hit(
Npc attacker,
Mob defender,
Hit hit) {
20 Player player = defender.getPlayer();
void setLevel(int id, int level)