C# 클래스 Ensage.Common.Extensions.ItemExtensions

The item extensions.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
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