9 lines
173 B
Java
9 lines
173 B
Java
package appeng.helpers;
|
|
|
|
import appeng.api.networking.IGridHost;
|
|
import appeng.api.parts.IPartHost;
|
|
|
|
public interface AEMultiTile extends IGridHost, IPartHost
|
|
{
|
|
|
|
}
|