yyl
2025-09-12 346251ae55556b6761c6352343759974d0e7c705
Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
1个文件已修改
4 ■■■■ 已修改文件
Main/System/AssetVersion/AssetVersion.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/AssetVersion/AssetVersion.cs
@@ -62,11 +62,11 @@
            return AssetCategory.UI;
        else if (m_RelativePath.StartsWith("audio/"))
            return AssetCategory.Audio;
        else if (m_RelativePath.StartsWith("gmodels/"))
        else if (m_RelativePath.StartsWith("hero/"))
            return AssetCategory.Mob;
        else if (m_RelativePath.StartsWith("maps/"))
            return AssetCategory.Scene;
        else if (m_RelativePath.StartsWith("effect/"))
        else if (m_RelativePath.StartsWith("uieffect/"))
            return AssetCategory.Effect;
        else if (m_RelativePath.StartsWith("config/"))
            return AssetCategory.Config;