AkaCore.Features.Utility.Modules.AutoLantern.ShouldGetExecuted C# (CSharp) Метод

ShouldGetExecuted() публичный Метод

public ShouldGetExecuted ( ) : bool
Результат bool
        public bool ShouldGetExecuted()
        {
            return Manager.MenuManager.Autolantern && Manager.MenuManager.AutlanternHp >= ObjectManager.Player.HealthPercent && ThreshInGame();
        }