Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 680556d

Browse files
committed
Update README.md
1 parent f490203 commit 680556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ using Explorer;
9999
using Harmony; // or 'using HarmonyLib;' for BepInEx
100100
// ...
101101
// You will need to figure out the relevant Class and Method for your game using dnSpy.
102-
[HarmonyPatch(typeof(MyGame.InputManager), nameof(MyGame.InputManager.Update)]
102+
[HarmonyPatch(typeof(MyGame.InputManager), nameof(MyGame.InputManager.Update))]
103103
public class InputManager_Update
104104
{
105105
[HarmonyPrefix]

0 commit comments

Comments
 (0)