Patcher.Rules.Proxies.Fields.TimeColorProxy.With C# (CSharp) Метод

With() приватный Метод

private With ( Imad timeColor ) : TimeColorProxy
timeColor Patcher.Data.Plugins.Content.Records.Imad
Результат TimeColorProxy
        internal TimeColorProxy With(Imad.TimeColor timeColor)
        {
            this.timeColor = timeColor;
            return this;
        }