extends Node3D
class_name Explosion
@onready var particle_systems := get_children()
func start() -> void:
for particle_system in particle_systems:
particle_system.emitting = true