Update YooAssetSettings.cs

This commit is contained in:
hevinci
2022-03-16 22:22:55 +08:00
parent a91f1bd020
commit 52413ff376

View File

@@ -34,5 +34,10 @@ namespace YooAsset
/// 构建输出的说明文件
/// </summary>
public string ReadmeFileName = "readme.txt";
/// <summary>
/// 构建输出的报告文件、
/// </summary>
public string ReportFileName = "BuildReport.json";
}
}