Table of Contents
Mod content class for creating Il2Cpp.BloonProperties
public abstract class ModBloonProperty : BTD_Mod_Helper.Api.ModContent
Inheritance System.Object ModContent ModBloonProperty
Integer value used internally as the enum value
public int BloonPropertyInt { get; set; }
Enum value for this ModBloonProperty
public BloonProperties Property { get; }
ModBloonProperties should load before ModBloons so no errors occur.
protected override float RegistrationPriority { get; }
ModBloonProperties should only be loaded once
public sealed override System.Collections.Generic.IEnumerable<BTD_Mod_Helper.Api.ModContent> Load();