11 lines
233 B
C#
11 lines
233 B
C#
using System;
|
|
|
|
namespace Paps.UnityToolbarExtenderUIToolkit
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
|
|
public class GroupPopupSubWindowAttribute : Attribute
|
|
{
|
|
|
|
}
|
|
}
|