Rename event bus

This commit is contained in:
nea
2023-05-16 03:42:06 +02:00
parent fbe8bc680b
commit 01f3981959
8 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
package moe.nea.firmament.events
class WorldReadyEvent : NEUEvent() {
companion object : NEUEventBus<WorldReadyEvent>()
class WorldReadyEvent : FirmamentEvent() {
companion object : FirmamentEventBus<WorldReadyEvent>()
}