示例#1
0
 public void Erase()
 {
     if (!HasSave())
     {
         return;
     }
     ioManager.Delete(filePath);
 }