Exemple #1
0
 public void Attack(CardBehavior target)
 {
     Debug.Log("Atacou" + target.card.cardName);
     target.Hit(attack);
 }