Add support FileOnly packing flag

This commit is contained in:
Matt Nadareski
2024-12-07 11:27:54 -05:00
parent 913057003d
commit 5886632d62
3 changed files with 11 additions and 1 deletions

View File

@@ -256,5 +256,11 @@ namespace SabreTools.DatFiles
/// </summary>
[Mapping("flat")]
Flat,
/// <summary>
/// Force all sets to have all archives treated as files
/// </summary>
[Mapping("fileonly")]
FileOnly,
}
}