ResourceEditorConfigPathAttribute.cs 527 B

12345678910111213141516
  1. //------------------------------------------------------------
  2. // Game Framework
  3. // Copyright © 2013-2021 loyalsoft. All rights reserved.
  4. // Homepage: http://www.game7000.com/
  5. // Feedback: http://www.game7000.com/
  6. //------------------------------------------------------------
  7. namespace UnityGameFramework.Editor.ResourceTools
  8. {
  9. /// <summary>
  10. /// ResourceEditor 配置路径属性。
  11. /// </summary>
  12. public sealed class ResourceEditorConfigPathAttribute : ConfigPathAttribute
  13. {
  14. }
  15. }