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