mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Oops
This commit is contained in:
@@ -26,6 +26,13 @@ namespace SabreTools.Help
|
||||
|
||||
#region Constructors
|
||||
|
||||
/// <summary>
|
||||
/// Only used by inheriting classes
|
||||
/// </summary>
|
||||
protected Feature()
|
||||
{
|
||||
}
|
||||
|
||||
public Feature(string name, string flag, string description, ParameterType featureType, string? longDescription = null)
|
||||
{
|
||||
_featureType = featureType;
|
||||
|
||||
Reference in New Issue
Block a user