Added IMC Support for P2P / Grinder / Spatial / MatterCannon

This commit is contained in:
AlgorithmX2
2014-04-17 21:52:39 -05:00
parent 572352c18e
commit cb81f34db3
6 changed files with 242 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
package appeng.core.api;
import cpw.mods.fml.common.event.FMLInterModComms.IMCMessage;
public interface IIMCHandler
{
void post(IMCMessage m);
}