diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 19:46:16 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 19:46:16 +0200 |
commit | f77519e200eaaba1fee7f06d9e5665f1c45b2032 (patch) | |
tree | 73c472e7372536c5a6ebdb5e325dbed9e0aa4c37 /src/main/java/at/hannibal2/skyhanni/events | |
parent | 9186bc695fafdfc8aad639d0ec400582ee5a66cb (diff) | |
download | skyhanni-f77519e200eaaba1fee7f06d9e5665f1c45b2032.tar.gz skyhanni-f77519e200eaaba1fee7f06d9e5665f1c45b2032.tar.bz2 skyhanni-f77519e200eaaba1fee7f06d9e5665f1c45b2032.zip |
slayer quest warnings and slayer drops
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/IslandChangeEvent.kt | 3 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/LocationChangeEvent.kt | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/IslandChangeEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/IslandChangeEvent.kt new file mode 100644 index 000000000..2dec9acad --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/IslandChangeEvent.kt @@ -0,0 +1,3 @@ +package at.hannibal2.skyhanni.events + +class IslandChangeEvent(val newIsland: String, val oldIsland: String?) : LorenzEvent()
\ No newline at end of file diff --git a/src/main/java/at/hannibal2/skyhanni/events/LocationChangeEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/LocationChangeEvent.kt deleted file mode 100644 index b8f9c0fef..000000000 --- a/src/main/java/at/hannibal2/skyhanni/events/LocationChangeEvent.kt +++ /dev/null @@ -1,3 +0,0 @@ -package at.hannibal2.skyhanni.events - -class LocationChangeEvent(val newMode: String, val oldMode: String?) : LorenzEvent()
\ No newline at end of file |