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