For v1.1.3.

Some files will not be used in this release. These will become active in v1.2.
This commit is contained in:
JitseB
2018-05-16 19:36:19 +02:00
parent e0862fcfb6
commit bca98b061a
16 changed files with 52 additions and 14 deletions
@@ -22,7 +22,7 @@ import java.util.*;
/**
* @author Jitse Boonstra
*/
public abstract class NPC implements PacketHandler {
public abstract class NPC implements PacketHandler, ActionHandler {
protected final UUID uuid = UUID.randomUUID();
protected final String name = uuid.toString().replace("-", "").substring(0, 10);