BetterNerfIrelia.Extensions.IsPassiveReady C# (CSharp) Method

IsPassiveReady() public static method

public static IsPassiveReady ( this target ) : bool
target this
return bool
        public static bool IsPassiveReady(this AIHeroClient target)
        {
            return target.IsMe && target.HasBuff("XerathAscended2OnHit");
        }