walkmc.Service.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resources Show documentation
Show all versions of resources Show documentation
A resources API with compatibility with others plugins
The newest version!
package walkmc
import walkmc.annotation.*
import walkmc.graphical.*
/**
* The main class of the service plugin.
*/
@Module(
name = "WalkResource",
author = "uin",
description = "a resource/API compatibility with others plugins.",
website = "github.com/uinnn"
)
object Service : Plugin() {
override fun start() {
loadInterfaceService()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy