blob: 51cc4aa3aac29257cc47d74f260826c004f27e03 [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.0")
package li.cil.oc.api.event;