blob: a03922fe7dc132f44041b914e90a502af07b0905 [file] [log] [blame] [raw]
package li.cil.oc.common
package object component {
implicit def result(args: Any*): Array[AnyRef] = li.cil.oc.util.ResultWrapper.result(args: _*)
}