GameFrameworkPackage/Packages/com.bywaystudios.gameframework/Editor/ResourceBuilder/ResourceBuilderConfigPathAttribute.cs
2025-12-28 22:33:01 +08:00

17 lines
518 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>
/// ResourceBuilder 配置路径属性。
/// </summary>
public sealed class ResourceBuilderConfigPathAttribute : ConfigPathAttribute
{
}
}