mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-08-03 17:19:13 +08:00
Fix null ptr
This commit is contained in:
parent
5cbdaa7134
commit
5b0cb912e4
@ -36,7 +36,7 @@ namespace GrasscutterTools.Forms
|
|||||||
{
|
{
|
||||||
#region - 成员 -
|
#region - 成员 -
|
||||||
|
|
||||||
private List<ActivityConfigItem> ActivityConfigItems;
|
private List<ActivityConfigItem> ActivityConfigItems = new List<ActivityConfigItem>();
|
||||||
|
|
||||||
#endregion - 成员 -
|
#endregion - 成员 -
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user