Applied-Energistics-2-tiler.../integration/IIntegrationModule.java
2013-12-27 16:59:59 -06:00

11 lines
148 B
Java

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