Template id back-filled when created.

This commit is contained in:
2024-03-01 08:23:28 -05:00
parent 29c68110cf
commit 37af60781d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ public class ItemTemplate {
// Global template lookup
public static HashMap<Integer, ItemTemplate> itemTemplates = new HashMap<>();
public int template_id;
// Template Properties
public String obj_name;
public boolean obj_pickable;