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

Set() public method

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