Beispiel #1
0
 public void CreateCard()
 {
     display.ChangeCard(deck.DrawCard());
     Instantiate(display, transform);
 }