mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
correction
This commit is contained in:
parent
022eb135e1
commit
d3d0a29bcb
@ -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>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user