Refactored/recreated server system. Seperated into sub systems. Still wip
This commit is contained in:
10
MoonlightServers.Daemon/ServerSystem/ServerState.cs
Normal file
10
MoonlightServers.Daemon/ServerSystem/ServerState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem;
|
||||
|
||||
public enum ServerState
|
||||
{
|
||||
Offline = 0,
|
||||
Starting = 1,
|
||||
Online = 2,
|
||||
Stopping = 3,
|
||||
Installing = 4
|
||||
}
|
||||
Reference in New Issue
Block a user