BlackZilean.Utility.ManaManager.CanLaneclear C# (CSharp) Method

CanLaneclear() public method

public CanLaneclear ( ) : bool
return bool
        public bool CanLaneclear()
        {
            return !(this.player.ManaPercent <= this.menu.Item("zilean.laneclear.Mana").GetValue<Slider>().Value);
        }
    }