mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 13:57:31 +08:00
Update README.md
This commit is contained in:
parent
f490203b10
commit
680556d74e
@ -99,7 +99,7 @@ using Explorer;
|
|||||||
using Harmony; // or 'using HarmonyLib;' for BepInEx
|
using Harmony; // or 'using HarmonyLib;' for BepInEx
|
||||||
// ...
|
// ...
|
||||||
// You will need to figure out the relevant Class and Method for your game using dnSpy.
|
// 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
|
public class InputManager_Update
|
||||||
{
|
{
|
||||||
[HarmonyPrefix]
|
[HarmonyPrefix]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user