public ParticlePrefab FindPrefab(string prefabName) { return(Prefabs.Find(p => p.Identifier == prefabName)); }