示例#1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     buttons.Draw(spriteBatch);
 }
示例#2
0
 public void Draw(SpriteBatch spriteBatch)
 {
     scores.Draw(spriteBatch);
     buttons.Draw(spriteBatch);
 }