Skip to content

Commit

Permalink
Fixes for v42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Apr 8, 2024
1 parent f5ce384 commit 17633ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace PathsPlusPlus;

internal static class ModHelperData
{
public const string WorksOnVersion = "41.1";
public const string Version = "1.1.3";
public const string WorksOnVersion = "42.0";
public const string Version = "1.1.4";
public const string Name = "Paths++";

public const string Description = "A helper mod allowing additional upgrade paths and tiers to be made for towers.\n\n" +
Expand Down
1 change: 0 additions & 1 deletion Patches/UiPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using System.Reflection;
using BTD_Mod_Helper;
using BTD_Mod_Helper.Api;
using BTD_Mod_Helper.Extensions;
using HarmonyLib;
using Il2CppAssets.Scripts.Models.Towers.Upgrades;
Expand Down
4 changes: 1 addition & 3 deletions UpgradePlusPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Il2CppAssets.Scripts.Models.Towers;
using Il2CppAssets.Scripts.Models.Towers.Upgrades;
using Il2CppAssets.Scripts.Simulation.Towers;
using Il2CppAssets.Scripts.Utils;
using Il2CppNinjaKiwi.Common.ResourceUtils;

namespace PathsPlusPlus;

Expand Down Expand Up @@ -137,8 +137,6 @@ public override void RegisterText(Il2CppSystem.Collections.Generic.Dictionary<st
}
}
}




/// <summary>
Expand Down

0 comments on commit 17633ee

Please sign in to comment.