Add Game diffing

This commit is contained in:
Matt Nadareski
2020-08-01 14:15:04 -07:00
parent b321c38be9
commit b6c1e9f5c7
5 changed files with 118 additions and 3 deletions

View File

@@ -56,6 +56,8 @@ namespace SabreTools.Features
this[DiffNoDuplicatesFlag].AddFeature(NoAutomaticDateFlag);
AddFeature(DiffAgainstFlag);
this[DiffAgainstFlag].AddFeature(BaseDatListInput);
AddFeature(DiffGameFlag);
this[DiffGameFlag].AddFeature(BaseDatListInput);
AddFeature(BaseReplaceFlag);
this[BaseReplaceFlag].AddFeature(BaseDatListInput);
this[BaseReplaceFlag].AddFeature(UpdateFieldListInput);