mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 05:47:13 +08:00
(client) fix:修复定义加载过程中的空指针异常
This commit is contained in:
committed by
TheRedApricot
parent
e07e66c451
commit
687106a134
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user