mirror of https://github.com/tuyoogame/YooAsset
Update YooAssetSettings.cs
parent
a91f1bd020
commit
52413ff376
|
@ -34,5 +34,10 @@ namespace YooAsset
|
||||||
/// 构建输出的说明文件
|
/// 构建输出的说明文件
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ReadmeFileName = "readme.txt";
|
public string ReadmeFileName = "readme.txt";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 构建输出的报告文件、
|
||||||
|
/// </summary>
|
||||||
|
public string ReportFileName = "BuildReport.json";
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue