Move writing to new class

This commit is contained in:
Matt Nadareski
2020-12-10 11:28:11 -08:00
parent 6aa88afa9a
commit 56c70b89db
14 changed files with 477 additions and 467 deletions

View File

@@ -299,7 +299,8 @@ namespace SabreTools.DatFiles
newDatFile.Header.Type = null;
// Write out the temporary DAT to the proper directory
newDatFile.Write(outDir);
DatTool dt = new DatTool();
dt.Write(newDatFile, outDir);
}
/// <summary>