Nerfed/Nerfed.Runtime/Hook/HookAttribute.cs

7 lines
156 B
C#
Raw Normal View History

2024-09-08 20:58:13 +02:00
namespace Nerfed.Runtime.Hook
{
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public class HookAttribute : Attribute
{
}
}