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