C# Класс Ensage.Common.Extensions.ItemExtensions

The item extensions.
Показать файл Открыть проект

Открытые методы

Метод Описание
CanBeCasted ( this item, float bonusMana ) : bool

Checks if given item can be used

Описание методов

CanBeCasted() публичный статический Метод

Checks if given item can be used
public static CanBeCasted ( this item, float bonusMana ) : bool
item this /// The item. ///
bonusMana float /// The bonus Mana. ///
Результат bool