C# Class Ensage.Common.Extensions.ItemExtensions

The item extensions.
Exibir arquivo Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
CanBeCasted ( this item, float bonusMana ) : bool

Checks if given item can be used

Method Details

CanBeCasted() public static method

Checks if given item can be used
public static CanBeCasted ( this item, float bonusMana ) : bool
item this /// The item. ///
bonusMana float /// The bonus Mana. ///
return bool