using System; namespace Hotfix { [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class ILBindingAttribute : Attribute { } }