8 lines
92 B
C#
8 lines
92 B
C#
using System;
|
|
|
|
namespace NaughtyAttributes
|
|
{
|
|
public interface INaughtyAttribute
|
|
{
|
|
}
|
|
}
|