correction

This commit is contained in:
EzioTheDeadPoet 2022-11-04 17:41:45 +01:00
parent 022eb135e1
commit d3d0a29bcb

View File

@ -64,7 +64,7 @@ public class CompilerSettings
public RelativePath[] Include { get; set; } = Array.Empty<RelativePath>(); public RelativePath[] Include { get; set; } = Array.Empty<RelativePath>();
/// <summary> /// <summary>
/// These files are inlined into the modlist /// These files are ignored when compiling the modlist
/// </summary> /// </summary>
public RelativePath[] Ignore { get; set; } = Array.Empty<RelativePath>(); public RelativePath[] Ignore { get; set; } = Array.Empty<RelativePath>();