From aea83e543f75217ea28bc4771b4f19a4fbca0174 Mon Sep 17 00:00:00 2001 From: dvaer Date: Thu, 15 Aug 2024 00:45:19 +0300 Subject: [PATCH] init --- ZoFo/GameCore/GUI/AbstractGUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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