summaryrefslogtreecommitdiff
path: root/src/main/kotlin/event/UltraEvent.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/event/UltraEvent.kt')
-rw-r--r--src/main/kotlin/event/UltraEvent.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/kotlin/event/UltraEvent.kt b/src/main/kotlin/event/UltraEvent.kt
index 42fa4f2..4f615c1 100644
--- a/src/main/kotlin/event/UltraEvent.kt
+++ b/src/main/kotlin/event/UltraEvent.kt
@@ -32,6 +32,10 @@ abstract class UltraEvent :
setCancelled(true)
}
+ fun post() {
+ UltraNotifierEvents.post(this)
+ }
+
}