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

With() private method

private With ( Wthr target ) : WeatherAlphaQuadProxy
target Wthr
return WeatherAlphaQuadProxy
        internal WeatherAlphaQuadProxy With(Wthr.FloatQuad target)
        {
            this.target = target;
            return this;
        }
WeatherAlphaQuadProxy