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

6 lines
142 B
C#

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