diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-18 12:13:28 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-18 12:13:28 +0100 |
commit | 59d9f38e0916ffd93a28a26ed90ac054142ad6f5 (patch) | |
tree | 64c5d8b609d9e5e692a1e76be5ce211389a625ef /src/main/java/at/hannibal2/skyhanni/events | |
parent | 9d2361ec88296eab1e03bf4e944ef6b4f4e14b62 (diff) | |
download | skyhanni-59d9f38e0916ffd93a28a26ed90ac054142ad6f5.tar.gz skyhanni-59d9f38e0916ffd93a28a26ed90ac054142ad6f5.tar.bz2 skyhanni-59d9f38e0916ffd93a28a26ed90ac054142ad6f5.zip |
Added Shark Fish Counter.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/SeaCreatureFishEvent.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/SeaCreatureFishEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/SeaCreatureFishEvent.kt new file mode 100644 index 000000000..86c69549b --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/SeaCreatureFishEvent.kt @@ -0,0 +1,5 @@ +package at.hannibal2.skyhanni.events + +import at.hannibal2.skyhanni.features.fishing.SeaCreature + +class SeaCreatureFishEvent(val seaCreature: SeaCreature, val chatEvent: LorenzChatEvent): LorenzEvent()
\ No newline at end of file |