AkaCore.Features.Utility.Modules.AutoLantern.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

public ShouldGetExecuted ( ) : bool
return bool
        public bool ShouldGetExecuted()
        {
            return Manager.MenuManager.Autolantern && Manager.MenuManager.AutlanternHp >= ObjectManager.Player.HealthPercent && ThreshInGame();
        }