Пример #1
0
 public void ConsumeAbilityForUnit(IGameUnit unit, IAbility ability)
 {
     unit.ConsumeAbilityCost(ability);
 }