Applied-Energistics-2-tiler.../src/main/java/appeng/integration/IIntegrationModule.java

11 lines
138 B
Java
Raw Normal View History

2014-09-24 02:26:27 +02:00
package appeng.integration;
public interface IIntegrationModule
{
void Init() throws Throwable;
void PostInit() throws Throwable;
}