blob: 786326fdbd0990edd3cf458ae6cdae48c9fef75e [file] [log] [blame] [raw]
/**
* Events dispatched by OpenComputers to allow other mods to hook into some
* of its functionality.
*/
@cpw.mods.fml.common.API(
owner = "OpenComputers|Core",
provides = "OpenComputersAPI|Event",
apiVersion = "3.0.1")
package li.cil.oc.api.event;