aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-04-04 20:30:46 +0200
committerGitHub <noreply@github.com>2024-04-04 20:30:46 +0200
commit704b90b4a25a88cb3ad33fa77a1b9423caaf472d (patch)
treef53caad245fdff5f733c80cc28b04bb8c25bcce2 /src/main/java/at/hannibal2/skyhanni/events
parentd48cf0126f9c163dd85c860004f658167912c85c (diff)
downloadskyhanni-704b90b4a25a88cb3ad33fa77a1b9423caaf472d.tar.gz
skyhanni-704b90b4a25a88cb3ad33fa77a1b9423caaf472d.tar.bz2
skyhanni-704b90b4a25a88cb3ad33fa77a1b9423caaf472d.zip
Feature: No Bits Warning (#1286)
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/BitsUpdateEvent.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/BitsUpdateEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/BitsUpdateEvent.kt
new file mode 100644
index 000000000..3bdbf286d
--- /dev/null
+++ b/src/main/java/at/hannibal2/skyhanni/events/BitsUpdateEvent.kt
@@ -0,0 +1,3 @@
+package at.hannibal2.skyhanni.events
+
+class BitsUpdateEvent(val bits: Int, val bitsToClaim: Int) : LorenzEvent()