Add CharacterDefine #21

Merged
TheRedApricot merged 8 commits from zzdxxz/Gen_Hack-and-Slash-Roguelite-zzdxxz:main into main 2025-07-13 21:16:01 +08:00
6 changed files with 52 additions and 44 deletions
Showing only changes of commit bff61daf6c - Show all commits

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;