summaryrefslogtreecommitdiff
path: root/src/main/java/at/lorenz/mod/events
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-11 23:30:46 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-11 23:30:46 +0200
commitddf652388cce1d14dc1a9dc7c44c5b6ccbb9c367 (patch)
treea1df487f4393f3ef8c4356ea1047f19757706e53 /src/main/java/at/lorenz/mod/events
parentcbd64656802075dd31964853723ad8dac8555062 (diff)
downloadskyhanni-ddf652388cce1d14dc1a9dc7c44c5b6ccbb9c367.tar.gz
skyhanni-ddf652388cce1d14dc1a9dc7c44c5b6ccbb9c367.tar.bz2
skyhanni-ddf652388cce1d14dc1a9dc7c44c5b6ccbb9c367.zip
add action bar event, add item ability cooldown feature
Diffstat (limited to 'src/main/java/at/lorenz/mod/events')
-rw-r--r--src/main/java/at/lorenz/mod/events/LorenzActionBarEvent.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/lorenz/mod/events/LorenzActionBarEvent.kt b/src/main/java/at/lorenz/mod/events/LorenzActionBarEvent.kt
new file mode 100644
index 000000000..ef7a8bc7b
--- /dev/null
+++ b/src/main/java/at/lorenz/mod/events/LorenzActionBarEvent.kt
@@ -0,0 +1,3 @@
+package at.lorenz.mod.events
+
+class LorenzActionBarEvent(val message: String) : LorenzEvent() \ No newline at end of file