Complete Data Loading and Managing Logic #4

Merged
TheRedApricot merged 5 commits from :main into main 2025-07-12 12:27:01 +08:00
Showing only changes of commit d7c4342915 - Show all commits

View File

@ -8,6 +8,7 @@ namespace Data
public string defName;
public string label;
public string discription;
public string packID;
/// <summary>
/// 初始化方法,根据传入的 XML 元素 (<paramref name="xmlDef"/>) 进行处理。
/// </summary>