robber-and-dobber/Assets/NaughtyAttributes/Scripts/Core/MetaAttributes/MetaAttribute.cs

8 lines
115 B
C#

using System;
namespace NaughtyAttributes
{
public class MetaAttribute : Attribute, INaughtyAttribute
{
}
}