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

com.skillw.attsystem.internal.manager.RealizerManagerImpl.kt Maven / Gradle / Ivy

The newest version!
package com.skillw.attsystem.internal.manager

import com.skillw.attsystem.api.manager.RealizerManager
import taboolib.common.LifeCycle
import taboolib.common.platform.Awake

object RealizerManagerImpl : RealizerManager() {
    override val priority: Int = 999

    @Awake(LifeCycle.DISABLE)
    fun disable() {
        onDisable()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy