public class DartMonkeyFourthPath : PathPlusPlus { public override string Tower => TowerType.DartMonkey; public override int UpgradeCount => 0; // Increase this up to 5 as you create your Upgrades }Similarly to ModTowers from Mod Helper, your UpgradeCount should reflect how many upgrades ...