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

8 lines
No EOL
122 B
C#

using System;
namespace NaughtyAttributes
{
public abstract class DrawerAttribute : NaughtyAttribute
{
}
}