Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package appeng.integration;
|
||||
|
||||
public abstract class BaseModule implements IIntegrationModule {
|
||||
|
||||
protected void TestClass( Class clz )
|
||||
{
|
||||
clz.isInstance(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public abstract void Init() throws Throwable;
|
||||
|
||||
@Override
|
||||
public abstract void PostInit() throws Throwable;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user