Update Settings
parent
ef8706e3e7
commit
75fc210218
|
@ -33,6 +33,6 @@ namespace YooAsset
|
|||
/// <summary>
|
||||
/// 构建输出的报告文件
|
||||
/// </summary>
|
||||
public string ReportFileName = "BuildReport.json";
|
||||
public const string ReportFileName = "BuildReport.json";
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace YooAsset
|
||||
{
|
||||
internal static class ResourceSettingData
|
||||
internal static class YooAssetSettingsData
|
||||
{
|
||||
private static YooAssetSettings _setting = null;
|
||||
public static YooAssetSettings Setting
|
||||
|
|
Loading…
Reference in New Issue