Example #1
0
 public void ShieldAttack(string shield, string target)
 {
     _shield.ShieldAttack(shield, target);
 }