diff --git a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt index 0d417be..8e38947 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt @@ -12,7 +12,7 @@ import net.minecraft.network.chat.TranslatableComponent annotation class ButtonInfo( val parent: Category, val kind: Type = Type.TOGGLE, - val ignored: Boolean = false /** Excludes a class from button collection **/ + val ignored: Boolean = false /** Excludes a class from button collection */ ) { companion object { internal var lightningFactor: Float = 0.33F