package at.hannibal2.skyhanni.events

import net.minecraft.item.ItemStack

class ItemClickEvent(val itemInHand: ItemStack?) : LorenzEvent()