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

11 lines
233 B
C#
Raw Normal View History

2025-08-01 19:32:29 +08:00
using System;
namespace Paps.UnityToolbarExtenderUIToolkit
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class GroupPopupSubWindowAttribute : Attribute
{
}
}