Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
7 lines
146 B
Kotlin
7 lines
146 B
Kotlin
|
|
package moe.nea.firmament.events
|
|
|
|
class ClientStartedEvent : FirmamentEvent() {
|
|
companion object : FirmamentEventBus<ClientStartedEvent>()
|
|
}
|