Initial commit

This commit is contained in:
2023-12-17 14:34:22 +08:00
commit 9ce557d592
13 changed files with 735 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package top.jie65535.mirai
import net.mamoe.mirai.console.data.AutoSavePluginData
object PluginData : AutoSavePluginData("data") {
}