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

com.skillw.pouvoir.api.plugin.object.Releasable.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.pouvoir.api.plugin.`object`

/**
 * @className Releasable
 *
 * @author Glom
 * @date 2023/1/22 22:56 Copyright 2024 Glom.
 */
interface Releasable {
    /** 是否在重载时注销 */
    var release: Boolean

    fun unregister()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy