robber-and-dobber/Assets/NaughtyAttributes/Scripts/Core/DrawerAttributes/Expandable.cs

9 lines
191 B
C#

using System;
namespace NaughtyAttributes
{
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class ExpandableAttribute : DrawerAttribute
{
}
}