public FastSaveOptions()
 {
     Mode = FastSaveMode.Safe;
 }
Beispiel #2
0
 public FastSaveOptions()
 {
     Mode           = FastSaveMode.Safe;
     BackgroundSave = true;
 }