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

import at.hannibal2.skyhanni.events.LorenzEvent

class FossilExcavationEvent(val loot: List<Pair<String, Int>>): LorenzEvent()