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

walkmc.Service.kt Maven / Gradle / Ivy

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