24 lines
337 B
Java
24 lines
337 B
Java
package appeng.integration.modules.dead;
|
|
|
|
import appeng.integration.IIntegrationModule;
|
|
|
|
public class Forestry implements IIntegrationModule
|
|
{
|
|
|
|
public static Forestry instance;
|
|
|
|
@Override
|
|
public void Init()
|
|
{
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
@Override
|
|
public void PostInit()
|
|
{
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
}
|