Update EditorDefine.cs

pull/4/head
hevinci 2022-04-02 15:13:47 +08:00
parent 6e4494e82e
commit 4d97a25456
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ namespace YooAsset.Editor
/// 资源包收集工具的配置文件存储路径
/// </summary>
public const string AssetBundleCollectorSettingFilePath = "Assets/YooAssetSetting/AssetBundleCollectorSetting.asset";
/// <summary>
/// 资源包分组工具的配置文件存储路径
/// </summary>
public const string AssetBundleGrouperSettingFilePath = "Assets/YooAssetSetting/AssetBundleGrouperSetting.asset";
}
/// <summary>