More item refactor work.
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
public abstract class AbstractGameObject {
|
||||
private GameObjectType objectType = GameObjectType.unknown;
|
||||
private int objectUUID;
|
||||
public int objectUUID;
|
||||
|
||||
private byte ver = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user