mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Extract out Help namespace
This commit is contained in:
14
SabreTools.Help/Enums.cs
Normal file
14
SabreTools.Help/Enums.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace SabreTools.Help
|
||||
{
|
||||
/// <summary>
|
||||
/// Determines the parameter type to check for
|
||||
/// </summary>
|
||||
public enum ParameterType
|
||||
{
|
||||
Flag = 0,
|
||||
String,
|
||||
Int32,
|
||||
Int64,
|
||||
List,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user