[Help] Create recursive help system, not hooked up and not fully set up for SabreTools

This commit is contained in:
Matt Nadareski
2017-02-02 13:22:06 -08:00
parent 25d595f7ba
commit 58c4d4683a
7 changed files with 1271 additions and 0 deletions

View File

@@ -285,6 +285,20 @@
#endregion
#region Help related
/// <summary>
/// Determines the feature type to check for
/// </summary>
public enum FeatureType
{
Flag = 0,
String,
List,
}
#endregion
#region Skippers and Mappers
/// <summary>