namespace Nerfed.Runtime.Hook { public static class HookTest { [Hook] public static void Test() { Log.Info("Hook!"); } } }