[DatFile] More instance methods, MORE!

This commit is contained in:
Matt Nadareski
2016-09-22 18:15:02 -07:00
parent a8417bdfcc
commit 356032f561
4 changed files with 694 additions and 662 deletions

View File

@@ -63,7 +63,7 @@ namespace SabreTools
Name = Path.GetFileName(inputs[0]) + " Dir2Dat",
Description = Path.GetFileName(inputs[0]) + " Dir2Dat",
OutputFormat = OutputFormat.Xml,
Files = new Dictionary<string, List<DatItem>>(),
Files = new SortedDictionary<string, List<DatItem>>(),
};
Logger logger = new Logger(false, "");