diff options
Diffstat (limited to 'src/main/kotlin/events/WorldReadyEvent.kt')
-rw-r--r-- | src/main/kotlin/events/WorldReadyEvent.kt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/kotlin/events/WorldReadyEvent.kt b/src/main/kotlin/events/WorldReadyEvent.kt new file mode 100644 index 0000000..2c76c44 --- /dev/null +++ b/src/main/kotlin/events/WorldReadyEvent.kt @@ -0,0 +1,7 @@ + + +package moe.nea.firmament.events + +class WorldReadyEvent : FirmamentEvent() { + companion object : FirmamentEventBus<WorldReadyEvent>() +} |