Refactored/recreated server system. Seperated into sub systems. Still wip
This commit is contained in:
12
MoonlightServers.Daemon/ServerSystem/ServerTrigger.cs
Normal file
12
MoonlightServers.Daemon/ServerSystem/ServerTrigger.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem;
|
||||
|
||||
public enum ServerTrigger
|
||||
{
|
||||
Start = 0,
|
||||
Stop = 1,
|
||||
Kill = 2,
|
||||
Install = 3,
|
||||
Exited = 4,
|
||||
OnlineDetected = 5,
|
||||
FailSafe = 6
|
||||
}
|
||||
Reference in New Issue
Block a user