aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorShanaSplatoon <132563986+ShanaSplatoon@users.noreply.github.com>2023-05-07 17:05:45 +0200
committerGitHub <noreply@github.com>2023-05-07 17:05:45 +0200
commit88ada6aa82c8672b81ca4c30d74296c451a3f26e (patch)
tree9e42b081df4dc7e658f42bd0549034ee9b5bdcd8 /src/main/java/at/hannibal2/skyhanni/events
parent23c8e2ad407d1889cdb4af38c64f0155f33bb105 (diff)
downloadskyhanni-88ada6aa82c8672b81ca4c30d74296c451a3f26e.tar.gz
skyhanni-88ada6aa82c8672b81ca4c30d74296c451a3f26e.tar.bz2
skyhanni-88ada6aa82c8672b81ca4c30d74296c451a3f26e.zip
Added Inquis Share (#95)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/DamageIndicatorDetectedEvent.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/DamageIndicatorDetectedEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/DamageIndicatorDetectedEvent.kt
new file mode 100644
index 000000000..2203ab724
--- /dev/null
+++ b/src/main/java/at/hannibal2/skyhanni/events/DamageIndicatorDetectedEvent.kt
@@ -0,0 +1,5 @@
+package at.hannibal2.skyhanni.events
+
+import at.hannibal2.skyhanni.features.damageindicator.EntityData
+
+class DamageIndicatorDetectedEvent(val entityData: EntityData) : LorenzEvent() \ No newline at end of file