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