예제 #1
0
    void Awake() {
        deckScript = GetComponent<DeckScript>();

        deck = deckScript.BuildDeck(numDecks);
        initNumCards = numCards = deck.Count;

        handOne.handArea = handOneArea;
        handTwo.handArea = handTwoArea;
        dealerHand.handArea = dealerArea;
    }