i need to know where to put this code i have dnspy and visual studio i am a coder at least a bit i need to put this code in (GameInput.Awake() do i put in the mod file or the game file
i need help Inject NitroxPatcher into Assembly-CSharp:
Load up dnspy;
Find a suitable method that gets executed before the actual game starts(GameInput Awake());
Inject startup code: NitroxPatcher Main.Execute(). so how to i do th…