Files
Servers/MoonlightServers.Daemon/ServerSystem/Abstractions/IInstallStorage.cs

6 lines
142 B
C#

namespace MoonlightServers.Daemon.ServerSystem.Abstractions;
public interface IInstallStorage
{
public Task<string> GetHostPathAsync();
}