示例#1
0
        public void SetAugmentations()
        {
            window.Log($"SetAugmentations");

            window.Click(AugmentationConstants.pointPageAugmentation, false, true);
            window.SetInput(-2, false, true);
            window.Click(AugmentationConstants.pointAugmentation1, false, true);
            window.Click(AugmentationConstants.pointUpgrade1, false, true);
            window.SetInput(-1);
        }
示例#2
0
        public void CapWandoos()
        {
            window.Log($"CapWandoos");

            window.Click(WandoosConstants.pointPageWandoos, false, true);

            window.SetInput(-1);

            window.Click(WandoosConstants.pointCapEnergy, false, true);
            window.Click(WandoosConstants.pointCapMagic, false, true);
        }
示例#3
0
        public void SetSpeedAndMultiplier()
        {
            window.Log($"SetTimeMachine");

            window.Click(TimeMachineConstants.pointPageTimeMachine, false, true);

            window.SetInput(-1);

            window.Click(TimeMachineConstants.pointMachineSpeed, false, true);
            window.Click(TimeMachineConstants.pointGoldMultiplier, false, true);
        }