new forge manager boiler plate

This commit is contained in:
2025-03-26 19:35:38 -05:00
parent 4a2317e6aa
commit aac0ef2616
2 changed files with 26 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package engine.objects;
public class ForgeWorkOrder {
public int itembaseUUID;
public String prefix;
public String suffix;
public boolean resourceRolled;
public boolean randomRolled;
public int orderAmount;
public int slot;
}