diff --git a/MergeDAT/MergeDAT.cs b/MergeDAT/MergeDAT.cs index 0a0157e7..67e32e52 100644 --- a/MergeDAT/MergeDAT.cs +++ b/MergeDAT/MergeDAT.cs @@ -10,6 +10,12 @@ namespace SabreTools { private static Logger logger; + /// + /// Entry point for MergeDat program + /// + /// String array representing command line parameters + /// TODO: @tractivo -for the A and B and AB output you could let this be determined by comparing the hashes. + /// when a hash is present in both dats then this entry goes to AB, if its only in A then it stay in A if in B then in B. public static void Main(string[] args) { Console.Clear();