wireless grid

This commit is contained in:
Raoul Van den Berge
2015-12-22 18:13:41 +01:00
parent 1dfe250ddc
commit 22c036141c
6 changed files with 145 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
package storagecraft;
import storagecraft.item.ItemStorageCell;
import storagecraft.item.ItemWirelessGrid;
public class StorageCraftItems
{
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
public static final ItemWirelessGrid WIRELESS_GRID = new ItemWirelessGrid();
}