12 lines
261 B
C#
12 lines
261 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Paps.UnityToolbarExtenderUIToolkit
|
|
{
|
|
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
|
|
internal class MainToolbarElementDropdownAttribute : PropertyAttribute
|
|
{
|
|
|
|
}
|
|
}
|