Restore DSU Api, mark all other api's as dead.
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
package appeng.integration.modules;
|
||||
|
||||
import appeng.integration.IIntegrationModule;
|
||||
|
||||
public class InvTweaks implements IIntegrationModule
|
||||
{
|
||||
|
||||
public static InvTweaks instance;
|
||||
|
||||
@Override
|
||||
public void Init()
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void PostInit()
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user