Bricklayer.Client.IO.SaveAndApplyDefault C# (CSharp) Method

SaveAndApplyDefault() private static method

private static SaveAndApplyDefault ( Game game ) : void
game Game
return void
        private static void SaveAndApplyDefault(Game game)
        {
            SaveSettings(Settings.GetDefaultSettings());
            ApplySettings(Settings.GetDefaultSettings(), game);
        }