From a8e0773629945fe56d1c1231a94fc64eda7b6841 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Fri, 30 Oct 2020 18:33:58 +0100 Subject: [PATCH] Update GUISpaceCompound.kt --- .../kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt b/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt index 73507584..522449bc 100644 --- a/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt +++ b/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt @@ -176,7 +176,7 @@ abstract class AbstractGUISpaceCompound internal constructo * @see GUIPageBuilder.createSimpleCompound * @see GUIPageBuilder.createSimpleRectCompound */ -class GUICompoundElement( +open class GUICompoundElement( internal val icon: ItemStack, internal val onClick: ((GUIClickEvent) -> Unit)? = null ) \ No newline at end of file