17 lines
524 B
C#
17 lines
524 B
C#
//------------------------------------------------------------
|
|
// Game Framework
|
|
// Copyright © 2013-2021 Jiang Yin. All rights reserved.
|
|
// Homepage: https://gameframework.cn/
|
|
// Feedback: mailto:ellan@gameframework.cn
|
|
//------------------------------------------------------------
|
|
|
|
namespace UnityGameFramework.Editor.ResourceTools
|
|
{
|
|
/// <summary>
|
|
/// ResourceCollection 配置路径属性。
|
|
/// </summary>
|
|
public sealed class ResourceCollectionConfigPathAttribute : ConfigPathAttribute
|
|
{
|
|
}
|
|
}
|