CrowdControl/Assets/NaughtyAttributes/Scripts/Core/INaughtyAttribute.cs

9 lines
101 B
C#

using System;
namespace NaughtyAttributes
{
public interface INaughtyAttribute
{
}
}