Exemplo n.º 1
0
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     spriteBatch.Begin();
     _scoreView.Draw(gameTime, spriteBatch);
     _statsView.Draw(gameTime, spriteBatch);
     spriteBatch.End();
 }