Update Settings

pull/4/head
hevinci 2022-03-23 18:23:08 +08:00
parent ef8706e3e7
commit 75fc210218
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ namespace YooAsset
/// <summary>
/// 构建输出的报告文件
/// </summary>
public string ReportFileName = "BuildReport.json";
public const string ReportFileName = "BuildReport.json";
}
}

View File

@ -2,7 +2,7 @@
namespace YooAsset
{
internal static class ResourceSettingData
internal static class YooAssetSettingsData
{
private static YooAssetSettings _setting = null;
public static YooAssetSettings Setting