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