示例#1
0
 public void ClearAll()
 {
     dict.Clear();
     refId = 0;
     StdioUtil.RemoveFile(new FileInfo(AssetPathRefConst.SaveFilePath.WithRootPath(FilePathConst.ProjectPath)));
 }