Patcher.Rules.Proxies.Fields.TimeColorProxy.With C# (CSharp) Méthode

With() private méthode

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