make new option type for internal purposes

This commit is contained in:
2024-05-29 00:16:58 +03:00
parent 998fe10e2d
commit af8efcbf4a
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
public enum OptionType
{
OnOff,
Select
Select,
Hidden
}