-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The error message in the console tells a lot. Looks like you probably misspelled a line of code at line 173
Error message:
System.MissingMethodException: Method not found: 'Void Il2CppAssets.Scripts.Models.Towers.Projectiles.Behaviors.AddBonusDamagePerHitToBloonModel..ctor(System.String, System.String, Single, Single, Int32, Boolean, Boolean, Boolean)'.
at AlchemistFourthPath.AlchemistFourthPath.BloonWeakness.ApplyUpgrade(TowerModel towerModel)
at PathsPlusPlus.PathPlusPlus.Apply(TowerModel tower, Int32 tier) in /home/runner/work/paths-plus-plus/paths-plus-plus/PathsPlusPlus/PathPlusPlus.cs:line 173
at PathsPlusPlus.Patches.RateMutator_Mutate.Prefix(RateSupportMutator __instance, Model model, Boolean& __result) in /home/runner/work/paths-plus-plus/paths-plus-plus/PathsPlusPlus/Patches/GamePatches.cs:line 29
at DMD<Il2CppAssets.Scripts.Models.Towers.Behaviors.RateSupportModel+RateSupportMutator::Mutate>(RateSupportMutator this, Model baseModel, Model model)
at (il2cpp -> managed) Mutate(IntPtr , IntPtr , IntPtr , Il2CppMethodInfo* )