Add source files
This commit is contained in:
@@ -135,7 +135,7 @@ namespace BanquetForCyka {
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(LevelUp), "IncreaseAmount")]
|
||||
[HarmonyPatch(typeof(LevelUp), "IncreaseAmt")]
|
||||
public class Actions_IncreaseAmount {
|
||||
public static void Postfix(ref int __result) {
|
||||
Main.LogDebug("Original amount: " + __result, Main.debugLevelUpEntry);
|
||||
|
||||
Reference in New Issue
Block a user