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

CanHarass() public method

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