AcManager.Pages.Drive.QuickDriveModeViewModel.StartAsync C# (CSharp) Method

StartAsync() protected method

protected StartAsync ( Game properties ) : System.Threading.Tasks.Task
properties AcTools.Processes.Game
return System.Threading.Tasks.Task
        protected Task StartAsync(Game.StartProperties properties) {
            return GameWrapper.StartAsync(properties);
        }