AcManager.Tools.GameProperties.ReplayCommandExecutor.Set C# (CSharp) Méthode

Set() public méthode

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