FFXIVZoomHack.Settings.Settings C# (CSharp) Method

Settings() private method

private Settings ( ) : System
return System
        private Settings()
        {
            AutoApply = true;

            DesiredZoom = 20;
            DesiredFov = 0.78f;

            OffsetUpdateLocation = @"https://raw.githubusercontent.com/jayotterbein/FFXIV-Zoom-Hack/master/Offsets.xml";
            LastUpdate = "unupdated";
        }