aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events/InventoryCloseEvent.kt
blob: 8ff1f481b524bc643cd7f3e941796cd9172461be (plain)
1
2
3
4
5
package at.hannibal2.skyhanni.events

import at.hannibal2.skyhanni.data.InventoryData

class InventoryCloseEvent(val inventory: InventoryData.Inventory): LorenzEvent()