Refactor source layout
Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
This commit is contained in:
6
src/main/kotlin/events/ClientStartedEvent.kt
Normal file
6
src/main/kotlin/events/ClientStartedEvent.kt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
package moe.nea.firmament.events
|
||||
|
||||
class ClientStartedEvent : FirmamentEvent() {
|
||||
companion object : FirmamentEventBus<ClientStartedEvent>()
|
||||
}
|
||||
Reference in New Issue
Block a user