Table of Contents
Enum-like class for the different tower set types
public static class TowerSetType
Inheritance System.Object TowerSetType
The magic set of towers
public const string Magic = "Magic";
The military set of towers
public const string Military = "Military";
The primary set of towers
public const string Primary = "Primary";
The support set of towers
public const string Support = "Support";
Enumeration of all (vanilla) tower sets
public static System.Collections.Generic.IEnumerable<string> All { get; }
System.Collections.Generic.IEnumerable<System.String>
Gets the ID to use for a custom tower set
public static string Custom<T>()
where T : BTD_Mod_Helper.Api.Towers.ModTowerSet;
T