Ejemplo n.º 1
0
 private void GetCardFromDeck()
 {
     nextCard = currentPlayerDeck.GetCard();
     nextCard.Present();
     nextCard.Position(nextCardTr.position, Vector3.one * 0.5f, true);
 }