forked from MagicBane/Server
MagicBot
1 year ago
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
package engine.loot; |
||||
|
||||
import java.time.LocalDateTime; |
||||
|
||||
public class WorkOrder { |
||||
|
||||
public int npcUUID; |
||||
public int slotCount; |
||||
public int itemCount; |
||||
public String prefix; |
||||
public String suffix; |
||||
public LocalDateTime completionTime; |
||||
public boolean canceled; |
||||
|
||||
} |
Loading…
Reference in new issue