Add slightly more modular options
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
package moe.nea.firmament.gui.config
|
||||
|
||||
abstract class ManagedConfigElement {
|
||||
abstract val name: String
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user