Пример #1
0
 public PlayerCardDrawingConverter(GraphicsDevice graphicsDevice, SpriteBatch spriteBatch)
 {
     _spriteBatch    = spriteBatch;
     _cardTexturePng = new CardTexture(graphicsDevice);
 }