Exemplo n.º 1
0
 public void Draw(SpriteBatch spriteBatch, GameTime gameTime)
 {
     _ball.Draw(spriteBatch, gameTime);
 }