blob: 2cb46e931c611f6da826a2b7fabe4ebc47f4239a [file] [log] [blame] [raw]
package li.cil.oc.server
import scala.language.implicitConversions
package object component {
implicit def result(args: Any*): Array[AnyRef] = li.cil.oc.util.ResultWrapper.result(args: _*)
}