aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events/IslandChangeEvent.kt
blob: ae22a4c751adc9cfa17f1827f6b4ad62069646a8 (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()