mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Help] Create recursive help system, not hooked up and not fully set up for SabreTools
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user