diff --git a/GBase/Interfaces/Settings/IGBaseSettings.cs b/GBase/Interfaces/Settings/IGBaseSettings.cs new file mode 100644 index 0000000..3cb2d9d --- /dev/null +++ b/GBase/Interfaces/Settings/IGBaseSettings.cs @@ -0,0 +1,14 @@ +// Author: Gockner, Simon +// Created: 2020-01-24 +// Copyright(c) 2020 SimonG. All Rights Reserved. + +namespace GBase.Interfaces.Settings +{ + /// + /// Settings of a instance + /// + public interface IGBaseSettings + { + + } +} \ No newline at end of file