Implemented db entities. Adjusted template default values
This commit is contained in:
9
MoonlightServers.Shared/Enums/StarVariableType.cs
Normal file
9
MoonlightServers.Shared/Enums/StarVariableType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MoonlightServers.Shared.Enums;
|
||||
|
||||
public enum StarVariableType
|
||||
{
|
||||
Text = 0,
|
||||
Number = 1,
|
||||
Toggle = 2,
|
||||
Select = 3
|
||||
}
|
||||
Reference in New Issue
Block a user