-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModHelperData.cs
More file actions
12 lines (11 loc) · 968 Bytes
/
ModHelperData.cs
File metadata and controls
12 lines (11 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
namespace CamsPack;
public static class ModHelperData
{
public const string WorksOnVersion = "52";
public const string Version = "1.6.9";
public const string Name = "Cams Pack!";
public const string Dependencies = "doombubbles/paths-plus-plus";
public const string Description = "(NOTICE: This mod will be split into differnt mods again, and the github will be archived soon, so watch out for that!)\n This mod is pretty old so don't expect it to be good or balanced.\nEverything I made in a pack!\nFeatures:\nNew Towers,\nNew Paths,\nNew Bloons, and\nNew Gamemodes\n(DM on discord if there's any problems with this mod Discord: camthekirby)\nCredit: Nintendo (The Kirby characters), jacknjellify (Firey), u/PawaMV (The Dark Monkey Idea not the paragon), MaxLevelIdot (MaxLevelIdot)\n I made everything else\n(Has ulimate crosspathing support)";
public const string RepoOwner = "CamlikesKirby";
public const string RepoName = "CamsPack";
}