AkaCore.Features.Activator.DItems.FaceAlly.ShouldGetExecuted C# (CSharp) Méthode

ShouldGetExecuted() public méthode

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