ryzr3
New member
- Joined
- Apr 12, 2023
- Messages
- 4
- Programming Experience
- Beginner
please help with this code
[HarmonyPatch(typeof(GorillaLocomotion.Player))]
[HarmonyPatch("FixedUpdate", MethodType.Normal)]
and
var harmony = new Harmony(modGUID);
harmony.PatchAll(Assembly.GetExecutingAssembly());
these 2 code are coming up with CS0433 and idk why and how to fix this
ty i only started learning today
~RYZ
[HarmonyPatch(typeof(GorillaLocomotion.Player))]
[HarmonyPatch("FixedUpdate", MethodType.Normal)]
and
var harmony = new Harmony(modGUID);
harmony.PatchAll(Assembly.GetExecutingAssembly());
these 2 code are coming up with CS0433 and idk why and how to fix this
ty i only started learning today
~RYZ