HarmonyPatchs will be autoinjected! Example for Plugin:
static class Mod { public static void OnLoad() { GameConsole.Console.singleton.AddLog("Example Mod is Work", Color.green, false); } }