PowerMiner/src/InventorySlot.java

14 lines
101 B
Java
Raw Normal View History

2018-01-31 08:12:02 -05:00
public class InventorySlot {
Item itemInInventorySlot;
public InventorySlot() {
}
}