Example #1
0
 public void UseSpecialAbililty(SpecialAbility ability)
 {
     crystals -= ability.getCost();;
     ability.useAbility();
 }