SnowyGUI/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt

8 lines
231 B
Kotlin

package fr.username404.snowygui.config
import net.minecraft.client.gui.screens.Screen
import net.minecraft.network.chat.TranslatableComponent
abstract class SnowyConfigScreen: Screen(TranslatableComponent("snowygui.config")) {
}