Пример #1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     WorldView.Draw(spriteBatch);
     CursorView.Draw(spriteBatch);
 }