Exemple #1
0
 public void Draw(GameTime gameTime)
 {
     collider.Draw(game);
     renderer.Draw(spriteBatch);
 }