AkaCore.Features.Activator.Summoners.Smite.ShouldGetExecuted C# (CSharp) Méthode

ShouldGetExecuted() public méthode

public ShouldGetExecuted ( ) : bool
Résultat bool
        public bool ShouldGetExecuted()
        {
            return AkaCore.Manager.MenuManager.SmiteActive && AkaLib.Item.Smite != null && AkaLib.Item.Smite.IsReady();
        }