コード例 #1
0
        private void SetXp(DeckCardView cardView)
        {
            int xpCost = xpInteractor.XpPayCost(cardView.Id, investigatorSelectorManager.InvestigatorSelected);

            cardView.SetXpCost(xpCost);
        }