Files

6 lines
142 B
C#

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