Пример #1
0
 public void Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)
 {
     _frame.draw(batch);
     GameController.Draw(batch);
 }