diff --git a/ZoFo/GameCore/GUI/AbstractGUI.cs b/ZoFo/GameCore/GUI/AbstractGUI.cs index 5208c96..9c966f1 100644 --- a/ZoFo/GameCore/GUI/AbstractGUI.cs +++ b/ZoFo/GameCore/GUI/AbstractGUI.cs @@ -1,6 +1,6 @@ namespace ZoFo.GameCore.GUI; -public class AbstractGUI +public abstract class AbstractGUI { } \ No newline at end of file