7 lines
No EOL
168 B
C#
7 lines
No EOL
168 B
C#
namespace PhoenixLib.Configuration
|
|
{
|
|
public class ConfigurationHelperConfig
|
|
{
|
|
public string ConfigurationDirectory { get; set; } = "config/";
|
|
}
|
|
} |