diff --git a/Tower/Paragons/VanillaParagons/CrucibleOfSteelAndFlame.cs b/Tower/Paragons/VanillaParagons/CrucibleOfSteelAndFlame.cs new file mode 100644 index 0000000..489e265 --- /dev/null +++ b/Tower/Paragons/VanillaParagons/CrucibleOfSteelAndFlame.cs @@ -0,0 +1,8 @@ +using Il2CppAssets.Scripts.Models.Towers; + +namespace BTD6Rogue; + +public class ApexPlasmaMaster : RogueParagon { + public override string DisplayName => "Apex Plasma Master"; + public override string BaseTowerId => TowerType.DartMonkey; +}