Patcher.Rules.Proxies.Fields.TimeColorProxy.With C# (CSharp) Method

With() private method

private With ( Imad timeColor ) : TimeColorProxy
timeColor Patcher.Data.Plugins.Content.Records.Imad
return TimeColorProxy
        internal TimeColorProxy With(Imad.TimeColor timeColor)
        {
            this.timeColor = timeColor;
            return this;
        }