All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.pocketbyte.locolaser.ConfigResourceBuilder+Ini.kt Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
package ru.pocketbyte.locolaser

import ru.pocketbyte.locolaser.config.ConfigResourceBuilder
import ru.pocketbyte.locolaser.config.resources.BaseResourcesConfigBuilder
import ru.pocketbyte.locolaser.ini.IniResourceConfig

fun ConfigResourceBuilder.ini(action: BaseResourcesConfigBuilder.() -> Unit) {
    val resourcesConfig = IniResourceConfig()
    action(BaseResourcesConfigBuilder(resourcesConfig))
    add(resourcesConfig)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy