Applied-Energistics-2-tiler.../integration/IIntegrationModule.java

11 lines
148 B
Java
Raw Normal View History

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