少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-21 ae55ef2c702dde2f408604c3f3512e7660477bad
Core/GameEngine/Model/ConfigManager.cs
@@ -373,7 +373,7 @@
        }
        else
        {
            path = StringUtility.Contact(ResourcesPath.Instance.ExternalStorePath, "config/", fileName, ".bytes");
            path = StringUtility.Contact(ResourcesPath.Instance.ExternalStorePath, "config/", fileName, ".txt");
        }
        var task = new ConfigTask(typeof(T), AssetSource.refdataFromEditor ? AssetPath.ResourceOut : AssetPath.External, path);