示例#1
0
    void setupDeck()
    {
        DictionaryOfStringAndString deckdict = stats.getStartDeck();

        deckBattle = game.createDeck(deckdict, this);
    }