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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user