Applied-Energistics-2-tiler.../parts/networking/PartCableGlass.java

13 lines
215 B
Java
Raw Normal View History

package appeng.parts.networking;
import net.minecraft.item.ItemStack;
public class PartCableGlass extends PartCable
{
public PartCableGlass(ItemStack is) {
super( PartCableGlass.class, is );
}
}