Table of Contents
ModContent with DisplayName and Description that registers values in the LocalizationManger's textTable
public abstract class NamedModContent : BTD_Mod_Helper.Api.ModContent
Inheritance System.Object ModContent NamedModContent
Derived
↳ ModJukeboxTrack
↳ ModBloon
↳ ModRoundSet
↳ ModBuffIcon
↳ ModLoadTask
↳ ModGameMode
↳ ModTower
↳ ModTowerSet
↳ ModUpgrade
The in game description of this
public virtual string Description { get; }
The name that will be actually displayed for this in game
public virtual string DisplayName { get; }
The name that will actually be display when referring to multiple of these
public virtual string DisplayNamePlural { get; }