hibiscus/src/main/kotlin/codes/som/hibiscus/api/feature/FeatureCategory.kt

9 lines
188 B
Kotlin

package codes.som.hibiscus.api.feature
enum class FeatureCategory(val humanName: String) {
COMBAT("Combat"),
PLAYER("Player"),
MOVEMENT("Movement"),
OVERLAY("Overlay"),
}