-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathModHelperData.cs
More file actions
16 lines (13 loc) · 813 Bytes
/
Copy pathModHelperData.cs
File metadata and controls
16 lines (13 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace UltimateCrosspathing;
public static class ModHelperData
{
public const string WorksOnVersion = "55.0";
public const string Version = "1.8.2";
public const string Name = "Ultimate Crosspathing";
public const string Description =
"Instead of your Towers being restricted to 5 Upgrades in one path and 2 in another, you can take your upgrades in any path, optionally up to all 15! " +
"Note for Mod Browser: This mod's dll is beefy, so if your internet isn't super fast you may need to go into your Mod Helper Settings and increase the 'Request Timeout' duration under Mod Browser Settings.";
public const string RepoOwner = "doombubbles";
public const string PrevRepoName = "ultimate-crosspathing";
public const string RepoName = "UltimateCrosspathing";
}