Update
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
using System.Linq;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using BepInEx;
|
||||
using BepInEx.Configuration;
|
||||
using HarmonyLib;
|
||||
@@ -33,7 +34,7 @@ namespace Quasimorph {
|
||||
Logger.LogInfo("Patched " + originalMethods.Count() + " methods");
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(Perk), nameof(Perk.AddExp))]
|
||||
[HarmonyPatch(typeof(Perk), "AddExp")]
|
||||
[HarmonyPrefix]
|
||||
public static void AddExp(ref int val) {
|
||||
if (debug.Value)
|
||||
|
||||
Reference in New Issue
Block a user