Add enhanced explosions support

This commit is contained in:
nea
2023-09-25 21:40:26 +02:00
parent 139089d9be
commit eaf91279b8
7 changed files with 77 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ data class ParticleSpawnEvent(
val position: Vec3d,
val offset: Vec3d,
val longDistance: Boolean,
) : FirmamentEvent() {
val count: Int,
) : FirmamentEvent.Cancellable() {
companion object : FirmamentEventBus<ParticleSpawnEvent>()
}