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

xyz.cssxsh.mirai.arknights.data.ArknightsUserData.kt Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package xyz.cssxsh.mirai.arknights.data

import net.mamoe.mirai.console.data.*
import net.mamoe.mirai.console.data.PluginDataExtensions.withDefault

public object ArknightsUserData : AutoSavePluginData("user") {
    @ValueDescription("Key 是QQ号,Value是合成玉数值")
    public val coin: MutableMap by value>().withDefault { 3_000 }

//    @ValueDescription("Key 是QQ号,Value是玩家等级")
//    public var level: MutableMap by value>().withDefault { ExcelData.const.maxPlayerLevel }

//    @ValueDescription("Key 是QQ号,Value是理智预警时间戳")
//    public val reason: MutableMap by value>().withDefault { 0 }

//    @ValueDescription("Key 是QQ号,Value是公招预警预警时间戳")
//    public val recruit: MutableMap> by value>>().withDefault { emptyMap() }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy