(client) feat:添加将XML读取为XML组件的函数
This commit is contained in:
@ -19,7 +19,7 @@ namespace Data
|
||||
public void Init()
|
||||
{
|
||||
// 加载所有 XML 文件路径
|
||||
var xmlFilePaths = FileHandler.LoadXmlFilesFromPaths(dataSetFilePath);
|
||||
var xmlFilePaths = FileHandler.GetXmlFilePathsFromPaths(dataSetFilePath);
|
||||
|
||||
// 遍历并加载每个 XML 文件
|
||||
foreach (var xmlFilePath in xmlFilePaths)
|
||||
|
Reference in New Issue
Block a user