Update README.md
1 files changed, 3 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +3 -1
@@ 1,3 1,5 @@ I would advise to use https://github.com/Reloaded-Project/Reloaded.Injector/ instead of this. # Important @@ Only one function parameter can be passed. 25,4 27,4 @@ FunctionResult result = injectedModule.ExecuteFunction("Main"); int integerResult = result.To<int>(); // Primitive types are casted from IntPtr, Reference types are Read from pointer ``` - See examples for more \ No newline at end of file - See examples for more