Removed ItemStorageCan due to being an empty class

This commit is contained in:
Robert S 2014-04-14 06:45:00 -04:00
parent 4d6444bd43
commit f9dbf0c71d

View file

@ -1,11 +0,0 @@
package resonantinduction.archaic.crate;
/**
* Can that is used to store items such as food, parts, or solid fuels.
*
* @author DarkGuardsman
*/
public class ItemStorageCan
{
}