mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 01:07:14 +08:00
(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