Recreated plugin with new project template. Started implementing server system daemon
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem.Implementations.Docker.Events;
|
||||
|
||||
public record ContainerDieEvent(string ContainerId, int ExitCode);
|
||||
Reference in New Issue
Block a user