diff --git a/GBase/Interfaces/IGBaseEntry.cs b/GBase/Interfaces/IGBaseEntry.cs new file mode 100644 index 0000000..a3c9595 --- /dev/null +++ b/GBase/Interfaces/IGBaseEntry.cs @@ -0,0 +1,14 @@ +// Author: Gockner, Simon +// Created: 2020-01-24 +// Copyright(c) 2020 SimonG. All Rights Reserved. + +namespace GBase.Interfaces +{ + /// + /// An entry of a + /// + public interface IGBaseEntry //TODO: Make entry generic (generic type is type of the value of the entry?) + { + + } +} \ No newline at end of file