Ejemplo n.º 1
0
 public override void Draw(SpriteBatch spriteBatch, PlayingCards.Common.Cards.Card card, int cardNumber, int playerNumber)
 {
     //Do not need this here
 }
Ejemplo n.º 2
0
 public abstract void Draw(SpriteBatch spriteBatch, PlayingCards.Common.Cards.Card card, int cardNumber, int playerNumber);