using System; namespace Paps.UnityToolbarExtenderUIToolkit { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] public class GroupPopupSubWindowAttribute : Attribute { } }