From a4d9e70c7ad7d1f388d3c87f2ea3d48b1ad1e80c Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 12 九月 2025 17:47:07 +0800 Subject: [PATCH] 0312 山寨资源处理 --- Main/System/AssetVersion/AssetVersion.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/System/AssetVersion/AssetVersion.cs b/Main/System/AssetVersion/AssetVersion.cs index a4ef086..4c40478 100644 --- a/Main/System/AssetVersion/AssetVersion.cs +++ b/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; -- Gitblit v1.8.0