(client) fix:修复定义加载过程中的空指针异常

This commit is contained in:
m0_75251201
2025-07-13 19:24:10 +08:00
committed by TheRedApricot
parent e07e66c451
commit 687106a134

View File

@ -102,7 +102,7 @@ namespace Data
/// <summary>
/// define类别及其定义
/// </summary>
public Dictionary<string, List<Define>> defines;
public Dictionary<string, List<Define>> defines=new();
public PackAbout packAbout;
public string packID;