namespace Nerfed.Runtime.Hook { [AttributeUsage(AttributeTargets.Method, Inherited = false)] public class HookAttribute : Attribute { } }