Recreated project with project template
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace MoonlightServers.Shared.Enums;
|
||||
|
||||
public enum BackupState
|
||||
{
|
||||
Creating = 0,
|
||||
Failed = 1,
|
||||
Created = 2
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
namespace MoonlightServers.Shared.Enums;
|
||||
|
||||
public enum StarVariableType
|
||||
{
|
||||
Text = 0,
|
||||
Number = 1,
|
||||
Toggle = 2,
|
||||
Select = 3
|
||||
}
|
||||
Reference in New Issue
Block a user