Ejemplo n.º 1
0
 private void SwapCharacterProfile()
 {
     if (Profile == null)
     {
         DialogManager.UseDefaultDialogColors();
     }
     else
     {
         DialogManager.UseCharacterProfile(Profile);
         if (Profile.UseDefaultColors)
         {
             DialogManager.UseDefaultDialogColors();
         }
     }
 }