From 74c4f3aa68f16dee12844a617da1930bca1e6aef Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 23 五月 2025 10:24:14 +0800
Subject: [PATCH] 配置管理器生成代码更新
---
Assets/Editor/ConfigGen/ConfigGenerater.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Assets/Editor/ConfigGen/ConfigGenerater.cs b/Assets/Editor/ConfigGen/ConfigGenerater.cs
index 1b5663c..cabf9a1 100644
--- a/Assets/Editor/ConfigGen/ConfigGenerater.cs
+++ b/Assets/Editor/ConfigGen/ConfigGenerater.cs
@@ -191,7 +191,7 @@
sb.AppendLine();
// 娣诲姞LoadConfigByType鏂规硶
- sb.AppendLine(" private async UniTask LoadConfigByType(Type configType)");
+ sb.AppendLine(" public async UniTask LoadConfigByType(Type configType)");
sb.AppendLine(" {");
sb.AppendLine(" string configName = configType.Name;");
sb.AppendLine(" if (configName.EndsWith(\"Config\"))");
--
Gitblit v1.8.0