Recreated plugin with new project template. Started implementing server system daemon
This commit is contained in:
11
MoonlightServers.Daemon/ServerSystem/ServerState.cs
Normal file
11
MoonlightServers.Daemon/ServerSystem/ServerState.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem;
|
||||
|
||||
public enum ServerState
|
||||
{
|
||||
Offline = 0,
|
||||
Starting = 1,
|
||||
Online = 2,
|
||||
Stopping = 3,
|
||||
Installing = 4,
|
||||
Locked = 5
|
||||
}
|
||||
Reference in New Issue
Block a user