1 2 3 4 5
package moe.nea.firmament.events class ClientInitEvent : FirmamentEvent() { companion object : FirmamentEventBus<ClientInitEvent>() }