7 lines
156 B
C#
7 lines
156 B
C#
namespace Nerfed.Runtime.Hook
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
|
|
public class HookAttribute : Attribute
|
|
{
|
|
}
|
|
} |