8 lines
119 B
C#
8 lines
119 B
C#
namespace MoonlightServers.Shared.Enums;
|
|
|
|
public enum BackupState
|
|
{
|
|
Creating = 0,
|
|
Failed = 1,
|
|
Created = 2
|
|
} |