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

9 lines
No EOL
185 B
C#

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