From d32ef86386e069261a9bf24785ef323f6a627334 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Fri, 8 Jul 2022 04:01:04 +0700 Subject: [PATCH] Fix `EPlaceable` not being abstract --- sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc b/sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc index 3048041..7402552 100644 --- a/sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc +++ b/sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc @@ -17,7 +17,8 @@ * You should have received a copy of the GNU General Public License * along with Acedia. If not, see . */ -class EPlaceable extends EInterface; +class EPlaceable extends EInterface + abstract; /** * Returns position of the caller `EPlaceable`