Applied-Energistics-2-tiler.../core/features/IAEFeature.java

11 lines
130 B
Java
Raw Normal View History

package appeng.core.features;
public interface IAEFeature
{
public AEFeatureHandler feature();
2014-01-30 03:47:55 +01:00
void postInit();
}