6 lines
139 B
Kotlin
6 lines
139 B
Kotlin
package moe.nea.firmament.events
|
|
|
|
class WorldReadyEvent : FirmamentEvent() {
|
|
companion object : FirmamentEventBus<WorldReadyEvent>()
|
|
}
|