mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-23 19:35:10 -06:00
imports
This commit is contained in:
parent
d8697b762d
commit
dbcc67bd94
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue