mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-19 06:40:21 +00:00
Update Settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user