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

com.freya02.botcommands.api.commands.builder.IBuilderFunctionHolder.kt Maven / Gradle / Ivy

package com.freya02.botcommands.api.commands.builder

import kotlin.reflect.KFunction

interface IBuilderFunctionHolder {
    val function: KFunction
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy