Update GUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-10-30 18:33:58 +01:00
parent bc3a8005ab
commit a8e0773629

View File

@@ -176,7 +176,7 @@ abstract class AbstractGUISpaceCompound<T : ForInventory, E> internal constructo
* @see GUIPageBuilder.createSimpleCompound
* @see GUIPageBuilder.createSimpleRectCompound
*/
class GUICompoundElement<T : ForInventory>(
open class GUICompoundElement<T : ForInventory>(
internal val icon: ItemStack,
internal val onClick: ((GUIClickEvent<T>) -> Unit)? = null
)