AcManager.Tools.GameProperties.RaceCommandExecutor.Set C# (CSharp) 메소드

Set() 공개 메소드

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