示例#1
0
    /** Write the character settings to a file
     *
     */
    public void WriteSettings()
    {
        //load the settings
        CharacterSettings.SetColor(this.SelectedColor);

        //write the settings
        CharacterSettings.WriteSettings();

        //load the main menu
        LoadMenu();
    }