Files
Firmament/src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt
2023-05-16 03:42:06 +02:00

6 lines
139 B
Kotlin

package moe.nea.firmament.events
class WorldReadyEvent : FirmamentEvent() {
companion object : FirmamentEventBus<WorldReadyEvent>()
}