Ejemplo n.º 1
0
        public override void Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch)
        {
            base.Draw(spriteBatch);

            battleship.Draw(spriteBatch);
        }