mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Small amount of inspection cleanup.
This commit is contained in:
@ -17,12 +17,6 @@ import kotlin.io.path.inputStream
|
||||
class GameplayFeature : Feature() {
|
||||
private val config by inject<GameplayConfig>()
|
||||
|
||||
override fun enable() {
|
||||
}
|
||||
|
||||
override fun disable() {
|
||||
}
|
||||
|
||||
override fun module() = module {
|
||||
single {
|
||||
val configPath = Util.copyDefaultConfig<FoundationCorePlugin>(
|
||||
|
Reference in New Issue
Block a user