少年修仙传客户端基础资源
hch
2024-11-23 2b157a14849477803276d4becea75f5d8654c6fc
0312 所有表改成游戏启动后未加载表格就被代码调用 输出报错
2个文件已修改
4 ■■■■ 已修改文件
Assets/Editor/ScriptTemplate/ConfigDataTemplate.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/InitialFunctionConfig.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/ScriptTemplate/ConfigDataTemplate.txt
@@ -38,7 +38,7 @@
    {   
        if (!inited)
        {
            Debug.Log("#ClassName# 还未完成初始化。");
            Debug.LogError("#ClassName# 还未完成初始化。");
            return null;
        }
        
Assets/Launch/InitialFunctionConfig.cs
@@ -54,7 +54,7 @@
        {
            if (!inited)
            {
                Debug.Log("InitialFunctionConfig 还未完成初始化。");
                Debug.LogError("InitialFunctionConfig 还未完成初始化。");
                return null;
            }