mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-31 19:15:20 +00:00
Move TOML code out of the configuration in core, and into fx.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.nwapw.abacus.config
|
||||
|
||||
open class Configuration(var numberImplementation: String = "<default>", disabledPlugins: Array<String> = emptyArray()) {
|
||||
|
||||
val disabledPlugins = disabledPlugins.toMutableSet()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user