This commit is contained in:
zhangzheng
2026-03-16 13:58:30 +08:00
parent d8f5405ae0
commit 215e7b185c
2 changed files with 2 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ namespace Stary.Evo.Editor
private static void CreateRes(string domain, string resPath, string outputPath)
{
domain = domain.Replace(".", "_");
ResFileGet.CreateClass(addressDic, "Res", domain, outputPath,
(a) => { ResFileGet.CreateContent(a, resPath, "\t"); });
}