From 343a1e3a280f83cf6f28b88b0de2a00fb5f5e527 Mon Sep 17 00:00:00 2001 From: StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> Date: Thu, 22 Dec 2022 15:58:59 +0300 Subject: [PATCH] yet another injector --- Harmony/Documentation/articles/intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Harmony/Documentation/articles/intro.md b/Harmony/Documentation/articles/intro.md index 78ef3030..95e939b0 100644 --- a/Harmony/Documentation/articles/intro.md +++ b/Harmony/Documentation/articles/intro.md @@ -17,6 +17,7 @@ Harmony does not provide you with a way to run your own code within an applicati - [UnityAssemblyInjector](https://github.com/avail/UnityAssemblyInjector) - [MonoJunkie](https://github.com/wledfor2/MonoJunkie) - [MInjector](https://github.com/EquiFox/MInjector) +- [net-core-injector](https://github.com/StackOverflowExcept1on/net-core-injector) - and more... You need to find your own injection method or choose a game that supports user dll loading (usually called Mods) like for example RimWorld ([Wiki](https://rimworldwiki.com/wiki/Modding_Tutorials/)).