AcTools.Processes.Showroom.ClassicShooter.Run C# (CSharp) Method

Run() protected method

protected Run ( bool manual ) : void
manual bool
return void
            protected void Run(bool manual) {
                Prepare();
                Showroom();

                if (manual) {
                    DisableAutorotation();
                    SendKeys.SendWait("{F7}");
                    _lastShot = WaitShot();
                }

                MakeShots();
                MoveShots();
            }