pixelgon/Assets/NaughtyAttributes/Scripts/Core/NaughtyAttribute.cs
2020-06-05 11:54:36 -07:00

9 lines
157 B
C#

using System;
namespace NaughtyAttributes
{
// The base class for all naughty attributes
public class NaughtyAttribute : Attribute
{
}
}