- add settings interface

pull/26/head
Simon Gockner 6 years ago
parent 0852da183e
commit 246536932a
  1. 14
      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
{
/// <summary>
/// Settings of a <see cref="IGBase"/> instance
/// </summary>
public interface IGBaseSettings
{
}
}
Loading…
Cancel
Save