diff options
author | nea <romangraef@gmail.com> | 2022-10-09 04:58:37 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-10-09 04:58:37 +0200 |
commit | ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 (patch) | |
tree | a56760fa212cd20fc7719b56d10a92ac33ffc27e /src/main/kotlin/moe/nea/notenoughupdates/events/WorldReadyEvent.kt | |
parent | 4d73331a449f0b0647066f7dde0628730fe0e178 (diff) | |
download | Firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.tar.gz Firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.tar.bz2 Firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.zip |
stuff
Diffstat (limited to 'src/main/kotlin/moe/nea/notenoughupdates/events/WorldReadyEvent.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/notenoughupdates/events/WorldReadyEvent.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/notenoughupdates/events/WorldReadyEvent.kt b/src/main/kotlin/moe/nea/notenoughupdates/events/WorldReadyEvent.kt new file mode 100644 index 0000000..5f305f1 --- /dev/null +++ b/src/main/kotlin/moe/nea/notenoughupdates/events/WorldReadyEvent.kt @@ -0,0 +1,5 @@ +package moe.nea.notenoughupdates.events + +class WorldReadyEvent : NEUEvent() { + companion object : NEUEventBus<WorldReadyEvent>() +} |