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