8 lines
173 B
Java
8 lines
173 B
Java
package resonantinduction.old.transport.crafting;
|
|
|
|
import resonantinduction.core.prefab.tile.TileEntityInv;
|
|
|
|
public class TileEntityCraftingTable extends TileEntityInv
|
|
{
|
|
|
|
}
|