feat: add CommandHookDelegate

This commit is contained in:
2026-06-02 23:19:02 +02:00
parent 7e47f8d409
commit b60b0b98b7
+3
View File
@@ -0,0 +1,3 @@
namespace CommandHook;
public delegate void CommandHookDelegate(ref CommandData data);