Update InventoryGUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-10-21 21:36:44 +02:00
parent 1fc55f47c7
commit be97686815

View File

@@ -6,7 +6,7 @@ import net.axay.kspigot.inventory.*
import org.bukkit.Material
import org.bukkit.inventory.ItemStack
class InventoryGUISpaceCompoundElement<T : ForInventory, E>(
class InventoryGUISpaceCompoundElement<T : ForInventory, E> internal constructor(
private val compound: InventoryGUISpaceCompound<T, E>
) : InventoryGUIElement<T>() {