Recreated plugin with new project template. Started implementing server system daemon
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem.Abstractions;
|
||||
|
||||
public interface IInstallStorage
|
||||
{
|
||||
public Task<string> GetHostPathAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user