mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] More instance methods, MORE!
This commit is contained in:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user