Skip to content

Commit b62b21a

Browse files
committed
✨ Create ProcessEvent function
1 parent ab20a77 commit b62b21a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#pragma once
2+
3+
#include "../../ue/Engine.h"
4+
#include "../Hook.h"
5+
6+
void ProcessEvent(UObject* Class, UObject* Function, void* params) {
7+
return Hook::OriginalProcessEvent(Class, Function, params);
8+
};

0 commit comments

Comments
 (0)