Quasar/Server/Enums/ShutdownAction.cs

10 lines
125 B
C#

namespace xServer.Enums
{
public enum ShutdownAction
{
Shutdown,
Restart,
Standby
}
}