using Godot;
public partial class Explosion : GpuParticles3D
{
public override void _Process(double delta) {
if (!Emitting) QueueFree();
}