Table of Contents
Allows you to easily modify the models of a specific vanilla Bloon
public abstract class ModVanillaBloon : BTD_Mod_Helper.Api.Towers.ModVanillaContent<BloonModel>
Inheritance System.Object ModContent ModVanillaContent BTD_Mod_Helper.Api.Towers.ModVanillaContent<Il2CppAssets.Scripts.Models.Bloons.BloonModel> ModVanillaBloon
The id of the vanilla Bloon to change
public abstract string BloonId { get; }
Whether this should match by BaseId instead of Id.
If true, RedCamo would be affected as well if your BloonId was Red
public virtual bool MatchBaseId { get; }
Gets the BloonModels affected by this ModVanillaBloon
public override System.Collections.Generic.IEnumerable<BloonModel> GetAffected(GameModel gameModel);
gameModel
Il2CppAssets.Scripts.Models.GameModel
System.Collections.Generic.IEnumerable<Il2CppAssets.Scripts.Models.Bloons.BloonModel>