namespace TD.Core { /// /// Identifies which builder spell a /// represents. Mirrors /// — a stable, enum-indexed identifier used by /// and /// instead of an asset reference. /// public enum BuilderSpellKind : byte { Fireball = 0, SlowArea = 1, SlowAreaUpgraded = 2, } }