Пример #1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     spriteBatch.Begin();
     _levelMenu.Draw(spriteBatch);
     spriteBatch.End();
 }