From 03b5a5917c0fa534f4e7cacc6863bd723c832982 Mon Sep 17 00:00:00 2001 From: dvaer Date: Thu, 15 Aug 2024 01:32:31 +0300 Subject: [PATCH] add --- ZoFo/GameCore/GUI/AbstractGUI.cs | 1 - 1 file changed, 1 deletion(-) 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();