diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-17 03:34:12 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-17 03:34:12 +0100 |
commit | 8b7b52ab9a7395dbcf29f642b6492b4cceb25f73 (patch) | |
tree | a15aac238e307c70511409118dc9e21b3eb51134 /src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt | |
parent | ad0c264c347367bfd02437e25d2835e3cd0d3737 (diff) | |
download | skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.tar.gz skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.tar.bz2 skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.zip |
Removed Diana "Smooth Transition" and replaced it with "Line to Next".
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt new file mode 100644 index 000000000..844e43eef --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/BurrowGuessEvent.kt @@ -0,0 +1,5 @@ +package at.hannibal2.skyhanni.events + +import at.hannibal2.skyhanni.utils.LorenzVec + +class BurrowGuessEvent(val guessLocation: LorenzVec) : LorenzEvent() |