com.skillw.attsystem.api.manager.RealizerManager.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AttributeSystem Show documentation
Show all versions of AttributeSystem Show documentation
Bukkit Attribute Engine Plugin.
The newest version!
package com.skillw.attsystem.api.manager
import com.skillw.attsystem.AttributeSystem
import com.skillw.pouvoir.api.feature.realizer.BaseRealizerManager
/**
* Realize manager
*
* @constructor Create empty Realize manager
*/
abstract class RealizerManager : BaseRealizerManager("as-realizer-manager", AttributeSystem)