mirror of
https://github.com/jie65535/mirai-console-j24-plugin.git
synced 2025-07-31 18:39:54 +08:00
8 lines
233 B
Kotlin
8 lines
233 B
Kotlin
package top.jie65535.j24
|
|
|
|
import net.mamoe.mirai.console.data.AutoSavePluginConfig
|
|
import net.mamoe.mirai.console.data.value
|
|
|
|
object PluginConfig : AutoSavePluginConfig("config") {
|
|
val enabledGroups: MutableSet<Long> by value()
|
|
} |