AcManager.Tools.Data.GameSpecific.PlaceConditions.Set C# (CSharp) Method

Set() public method

public Set ( ) : IDisposable
return IDisposable
        public override IDisposable Set() {
            /* TODO: add some python app to display conditions in-game? */
            return null;
        }