//Ritar ut på nytt public override void Draw(SpriteBatch spriteBatch) { moving.Draw(spriteBatch, pos); foreach (var Skott in skottlista) { Skott.Draw(spriteBatch); } }
public override void Draw(SpriteBatch spriteBatch) { moving.Draw(spriteBatch, pos); }