aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events/SkillExpGainEvent.kt
blob: c6c7be5ccc9f5229490a1eced919a05f3ac6510e (plain)
1
2
3
4
package at.hannibal2.skyhanni.events

// does not know how much exp is there, also gets called multiple times
class SkillExpGainEvent(val skill: String) : LorenzEvent()