Files
Applied-Energistics-2/client/gui/implementations/GuiWirelessTerm.java
T
2014-02-02 22:33:50 -06:00

14 lines
330 B
Java

package appeng.client.gui.implementations;
import net.minecraft.entity.player.InventoryPlayer;
import appeng.api.implementations.guiobjects.IPortableCell;
public class GuiWirelessTerm extends GuiMEPortableCell
{
public GuiWirelessTerm(InventoryPlayer inventoryPlayer, IPortableCell te) {
super( inventoryPlayer, te );
}
}