blob: d3f356da7f7dd5e1ab3d072c2574bb75f46b0ff6 (
plain)
1
2
3
4
5
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.features.skillprogress.SkillType
class SkillOverflowLevelUpEvent(val skill: SkillType, val oldLevel: Int, val newLevel: Int) : LorenzEvent()
|