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

10 lines
214 B
Kotlin
Raw Normal View History

package codes.som.hibiscus.api.feature
enum class FeatureCategory(val humanName: String) {
2022-02-04 13:35:08 +00:00
COMBAT("Combat"),
2022-02-04 20:05:42 +00:00
EXPLOITS("Exploits"),
PLAYER("Player"),
MOVEMENT("Movement"),
OVERLAY("Overlay"),
}