1 2 3 4 5
package moe.nea.notenoughupdates.events class WorldReadyEvent : NEUEvent() { companion object : NEUEventBus<WorldReadyEvent>() }