diff --git a/ZoFo/GameCore/GUI/AbstractGUI.cs b/ZoFo/GameCore/GUI/AbstractGUI.cs index e02cbea..2c1e549 100644 --- a/ZoFo/GameCore/GUI/AbstractGUI.cs +++ b/ZoFo/GameCore/GUI/AbstractGUI.cs @@ -23,7 +23,6 @@ public abstract class AbstractGUI public AbstractGUI() { - } protected abstract void CreateUI();