浏览代码

Merge branch 'pr/400' into main

/main
uChema 3 年前
当前提交
59488a5c
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
      UOP1_Project/Assets/Scripts/SaveSystem/FileManager.cs

6
UOP1_Project/Assets/Scripts/SaveSystem/FileManager.cs


{
File.Delete(newFullPath);
}
if (!File.Exists(fullPath))
{
return false;
}
File.Move(fullPath, newFullPath);
}
catch (Exception e)

正在加载...
取消
保存