package moe.nea.firmament.events

class ClientStartedEvent : FirmamentEvent() {
    companion object : FirmamentEventBus<ClientStartedEvent>()
}