Ejemplo n.º 1
0
 void GrabSpell(CardSpell SpellComponent)
 {
     active = true;
     cardHand.ActiveSpell(this);
     cardHand.DeactivateotherButton(this);
 }