More item refactor work.

This commit is contained in:
2024-03-02 11:11:24 -05:00
parent b98e7cda15
commit 08aa431f5d
3 changed files with 7 additions and 37 deletions
+1 -1
View File
@@ -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;