(client) chore: Rename FileHandler to ConfigProcessor

This commit is contained in:
2025-07-12 21:41:54 +08:00
parent e95e3527d0
commit a918150f66
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ namespace Data
public bool LoadPack(string packPath)
{
var packDatas = FileHandler.LoadXmlFromPath(packPath);
var packDatas = ConfigProcessor.LoadXmlFromPath(packPath);
var aboutXmls = FindDocumentsWithRootName(packDatas, "About");
if (aboutXmls == null || aboutXmls.Count < 1)
{