1b6455421e
Grinder Fix.
10 lines
130 B
Java
10 lines
130 B
Java
package appeng.core.features;
|
|
|
|
public interface IAEFeature
|
|
{
|
|
|
|
public AEFeatureHandler feature();
|
|
|
|
void postInit();
|
|
|
|
}
|