feat: 玩家数据储存系统(序列化和反序列化部分)

This commit is contained in:
3cxc
2026-02-12 17:23:09 +08:00
parent 69163b619a
commit 31d1d1c971
7 changed files with 185 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ namespace EasyTools
CustomEventHandler.TranslateConfig = this.LoadConfig<TranslateConfig>("translateConfig.yml");
CustomEventHandler.BadgeConfig = this.LoadConfig<BadgeConfig>("badgeConfig.yml");
CustomEventHandler.CustomRoleConfig = this.LoadConfig<CustomRoleConfig>("customRoleConfig.yml");
CustomEventHandler.DataBaseConfig = this.LoadConfig<DataBaseConfig>("dataBaseConfig.yml");
if (!Directory.Exists(CustomEventHandler.BadgeConfig.Pach))
{