Exemplo n.º 1
0
 public void CastArmor()
 {
     playerAttack.spellToCast = playerAttack.armor;
     playerAttack.CastArmor();
 }