diff --git a/PD2ModelParser/Modelscript/ScriptCommands.cs b/PD2ModelParser/Modelscript/ScriptCommands.cs index 1f121f8..34692a9 100644 --- a/PD2ModelParser/Modelscript/ScriptCommands.cs +++ b/PD2ModelParser/Modelscript/ScriptCommands.cs @@ -59,7 +59,7 @@ public class Import : IScriptItem, IReadsFile public string File { get; set; } public ImportFileType? ForceType { get; set; } public string DefaultRootPoint { get; set; } - public Dictionary Parents { get; set; } + public Dictionary Parents { get; set; } = new Dictionary(); public Importers.IOptionReceiver ImporterOptions { get; set; } public void Execute(ScriptState state)