AcManager.Tools.GameProperties.RaceCommandExecutor.Set C# (CSharp) Method

Set() public method

public Set ( ) : IDisposable
return IDisposable
        public override IDisposable Set() {
            Execute(SettingsHolder.Drive.PreCommand);
            return this;
        }