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

@@ -17,6 +17,6 @@ data class WorldRenderLastEvent(
val gameRenderer: GameRenderer,
val lightmapTextureManager: LightmapTextureManager,
val positionMatrix: Matrix4f,
) : NEUEvent() {
companion object : NEUEventBus<WorldRenderLastEvent>()
) : FirmamentEvent() {
companion object : FirmamentEventBus<WorldRenderLastEvent>()
}