public bool UseAbility(ShieldAbility ability, float distance) { if (!this.CanBeCasted(ability)) { return(false); } return(ability.UseAbility(this.TargetManager, this.comboSleeper, distance)); }
// Token: 0x06000A0A RID: 2570 RVA: 0x00006FF6 File Offset: 0x000051F6 public bool UseAbility(ShieldAbility ability, float distance) { return(this.CanBeCasted(ability, true, true, true, true) && ability.UseAbility(this.TargetManager, this.comboSleeper, distance)); }