server-master/srcs/PhoenixLib.Configuration/IConfigurationPathProvider.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
161 B
C#

namespace PhoenixLib.Configuration
{
public interface IConfigurationPathProvider
{
string GetConfigurationPath(string configBlobName);
}
}