diff --git a/GBase/Interfaces/Settings/IGBaseSettings.cs b/GBase/Interfaces/Settings/IGBaseSettings.cs index b191cfb..d0cc93b 100644 --- a/GBase/Interfaces/Settings/IGBaseSettings.cs +++ b/GBase/Interfaces/Settings/IGBaseSettings.cs @@ -9,6 +9,9 @@ namespace GBase.Interfaces.Settings /// public interface IGBaseSettings { - + /// + /// The path where the files of the GBase are located + /// + string DatabasePath { get; } } } \ No newline at end of file