All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skillw.asahi.api.script.linking.Invoker.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.asahi.api.script.linking

import com.skillw.asahi.api.member.context.AsahiContext

/**
 * @className Invoker
 *
 * @author Glom
 * @date 2023/1/22 19:00 Copyright 2024 Glom.
 */
fun interface Invoker {
    fun invoke(context: AsahiContext, vararg params: Any?): Any?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy