Added IMC Support for P2P / Grinder / Spatial / MatterCannon
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package appeng.core.api;
|
||||
|
||||
import cpw.mods.fml.common.event.FMLInterModComms.IMCMessage;
|
||||
|
||||
public interface IIMCHandler
|
||||
{
|
||||
|
||||
void post(IMCMessage m);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user