Beispiel #1
0
 public void pushCard(CardData card)
 {
     cards.Push(card);
     //Debug.Log("Pushed card deck data");
 }