Table of Contents
Class for a ModBloon which has a different ModBloon as its base
public abstract class ModBloon<T> : BTD_Mod_Helper.Api.Bloons.ModBloon
where T : BTD_Mod_Helper.Api.Bloons.ModBloon
T
Inheritance System.Object ModContent NamedModContent ModBloon ModBloon
The BaseBloon is the same as its base's
public sealed override string BaseBloon { get; }
The ModBloon that this is based off of, or null if not based on a ModBloon
protected sealed override BTD_Mod_Helper.Api.Bloons.ModBloon BaseModBloon { get; }
Set this to true if you're making another version of the BaseBloon, like a Fortified Red Bloon
public override bool KeepBaseId { get; }