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

9 lines
No EOL
185 B
C#

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