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

13 lines
196 B
Java
Raw Normal View History

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