Files

6 lines
142 B
C#

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