From 680556d74e7bb0dc4b706bc4d3ba1ae917da87cd Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:23:21 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c164b..c444e56 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ using Explorer; using Harmony; // or 'using HarmonyLib;' for BepInEx // ... // You will need to figure out the relevant Class and Method for your game using dnSpy. -[HarmonyPatch(typeof(MyGame.InputManager), nameof(MyGame.InputManager.Update)] +[HarmonyPatch(typeof(MyGame.InputManager), nameof(MyGame.InputManager.Update))] public class InputManager_Update { [HarmonyPrefix]