public override void Draw(SpriteBatch spriteBatch) { foreach (UnitParticle UP in unitParticles) { UP.Draw(); } }