Applied-Energistics-2-tiler.../src/main/java/appeng/integration/IIntegrationModule.java
2014-09-23 19:26:27 -05:00

10 lines
138 B
Java

package appeng.integration;
public interface IIntegrationModule
{
void Init() throws Throwable;
void PostInit() throws Throwable;
}