diff --git a/GBase/GBaseEntry.cs b/GBase/GBaseEntry.cs
new file mode 100644
index 0000000..31b7351
--- /dev/null
+++ b/GBase/GBaseEntry.cs
@@ -0,0 +1,22 @@
+// Author: Gockner, Simon
+// Created: 2020-01-27
+// Copyright(c) 2020 SimonG. All Rights Reserved.
+
+using GBase.Interfaces;
+
+namespace GBase
+{
+ ///
+ /// An entry of a
+ ///
+ public class GBaseEntry : IGBaseEntry
+ {
+ ///
+ /// An entry of a
+ ///
+ public GBaseEntry()
+ {
+
+ }
+ }
+}
\ No newline at end of file