using System; namespace Utils { [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public sealed class HideScriptField : Attribute { } }