8 lines
173 B
Java
8 lines
173 B
Java
package storagecraft;
|
|
|
|
import storagecraft.item.ItemStorageCell;
|
|
|
|
public class SCItems {
|
|
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
|
|
}
|