hch
2025-09-12 a4d9e70c7ad7d1f388d3c87f2ea3d48b1ad1e80c
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;