This commit is contained in:
Player Name 2026-06-10 15:12:57 +02:00
parent d8697b762d
commit dbcc67bd94

View file

@ -17,6 +17,7 @@ import core.game.node.entity.player.link.TeleportManager;
import core.game.node.entity.skill.Skills;
import core.game.system.task.Pulse;
import core.game.world.map.zone.ZoneRestriction;
import core.tools.Log;
import org.jetbrains.annotations.NotNull;
import core.game.world.GameWorld;
import core.game.world.map.Location;
@ -33,6 +34,8 @@ import core.game.system.timer.TimerRegistry;
import java.util.*;
import static core.api.ContentAPIKt.log;
/**
* An entity is a movable node, such as players and NPCs.
* @author Emperor