public void ConsumeAbilityForUnit(IGameUnit unit, IAbility ability) { unit.ConsumeAbilityCost(ability); }