Rebuilding to own class

This commit is contained in:
Matt Nadareski
2020-12-10 14:31:00 -08:00
parent dab6aaddf1
commit 0af9869978
4 changed files with 16 additions and 7 deletions

View File

@@ -13,8 +13,17 @@ using SabreTools.Skippers;
// This file represents all methods related to rebuilding from a DatFile
namespace SabreTools.DatFiles
{
public partial class DatTool
public class Rebuilder
{
#region Logging
/// <summary>
/// Logging object
/// </summary>
private static readonly Logger logger = new Logger();
#endregion
/// <summary>
/// Process the DAT and find all matches in input files and folders assuming they're a depot
/// </summary>