Exemple #1
0
    public void ActivateCardRPC(int i)
    {
        Card temp = IndexCards[i];

        AnimCardPrew.ActivateAnimCard(temp);
    }