using System;

[Serializable]
public class DynamicParticleSet
{
	public ObjectsToSpawn objectsToSpawn;

	public float dmg;
}