mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build from previous commits
This commit is contained in:
@@ -16,11 +16,10 @@ namespace RombaSharp.Features
|
||||
public Miss()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["miss"];
|
||||
Flags.AddRange(["miss"]);
|
||||
Description = "Create miss and have file";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = "For each specified DAT file, create miss and have file";
|
||||
Features = [];
|
||||
|
||||
// Common Features
|
||||
AddCommonFeatures();
|
||||
|
||||
Reference in New Issue
Block a user