using System; namespace NaughtyAttributes { /// /// Make tags appear as tag popup fields /// [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)] public class TagAttribute : DrawerAttribute { } }