public void Draw(SpriteBatch sB) { foreach (Background_effects Nebula in NebulaList) { Nebula.Draw(sB); } foreach (Background_effects star in StarList) { star.Draw(sB); } foreach (Background_effects Planet in PlanetList) { Planet.Draw(sB); } }