Exemple #1
0
        public override void Save()
        {
            Screen.SetResolution(_resolution.width, _resolution.height, _fullScreen);
            I18N.SetLocale(_locale);

            new Settings
            {
                Locale = _locale,
                Volume = _volume
            }.Save();
        }