com.alicizax.unity.editor.e.../Editor/Toolbar/GroupDefinitions/MainToolbarElementDropdownAttribute.cs

12 lines
261 B
C#
Raw Normal View History

2025-08-01 19:32:29 +08:00
using System;
using UnityEngine;
namespace Paps.UnityToolbarExtenderUIToolkit
{
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
internal class MainToolbarElementDropdownAttribute : PropertyAttribute
{
}
}