Files
2026-07-21 08:56:10 +03:00

9 lines
124 B
C#

using System;
namespace NaughtyAttributes
{
public class MetaAttribute : Attribute, INaughtyAttribute
{
}
}