Recreated plugin with new project template. Started implementing server system daemon
This commit is contained in:
3
MoonlightServers.Daemon/Models/InstallConfiguration.cs
Normal file
3
MoonlightServers.Daemon/Models/InstallConfiguration.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace MoonlightServers.Daemon.Models;
|
||||
|
||||
public record InstallConfiguration(string Shell, string DockerImage, string Script);
|
||||
Reference in New Issue
Block a user