Files
Firmament/src/main/kotlin/gui/config/ManagedConfigElement.kt
Linnea Gräf d2f240ff0c Refactor source layout
Introduce compat source sets and move all kotlin sources to the main directory

[no changelog]
2024-08-28 19:04:24 +02:00

9 lines
111 B
Kotlin

package moe.nea.firmament.gui.config
abstract class ManagedConfigElement {
abstract val name: String
}