Fix build from previous commits

This commit is contained in:
Matt Nadareski
2024-07-18 01:06:40 -04:00
parent 6c4293201d
commit f0ff6c6990
36 changed files with 49 additions and 79 deletions

View File

@@ -10,11 +10,10 @@ namespace RombaSharp.Features
public Fixdat()
{
Name = Value;
Flags = ["fixdat"];
Flags.AddRange(["fixdat"]);
Description = "For each specified DAT file it creates a fix DAT.";
_featureType = ParameterType.Flag;
LongDescription = @"For each specified DAT file it creates a fix DAT with the missing entries for that DAT. If nothing is missing it doesn't create a fix DAT for that particular DAT.";
Features = [];
// Common Features
AddCommonFeatures();