Fixed Bug: #0165 - DSU Crash.

This commit is contained in:
AlgorithmX2
2014-02-18 11:43:02 -06:00
parent f6a7e01d7f
commit c50535ab21
6 changed files with 26 additions and 10 deletions
+10
View File
@@ -0,0 +1,10 @@
package appeng.integration;
public class BaseModule {
protected void TestClass( Class clz )
{
clz.isInstance(this);
}
}