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

9 lines
92 B
C#

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