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

import at.hannibal2.skyhanni.data.IslandType

class IslandChangeEvent(val newIsland: IslandType, val oldIsland: IslandType) : LorenzEvent()