mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Features always need information
This commit is contained in:
@@ -26,14 +26,6 @@ namespace SabreTools.Help
|
|||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|
||||||
public Feature()
|
|
||||||
{
|
|
||||||
_featureType = ParameterType.Flag;
|
|
||||||
Name = null;
|
|
||||||
Description = null;
|
|
||||||
LongDescription = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Feature(string name, string flag, string description, ParameterType featureType, string? longDescription = null)
|
public Feature(string name, string flag, string description, ParameterType featureType, string? longDescription = null)
|
||||||
{
|
{
|
||||||
_featureType = featureType;
|
_featureType = featureType;
|
||||||
|
|||||||
Reference in New Issue
Block a user